#046A83

Color #046A83 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #046A83

Tints of Blue Lagoon #046A83

Color information

#046A83 (or 0x046A83) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6A and 83. RGB value is (4,106,131). Sum of RGB (Red+Green+Blue) = 4+106+131=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #046A83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046A83 is #FB957C. Grayscale: #4E4E4E. Windows color (decimal): -16487805 or 8612356. OLE color: 8612356.

HSL color Cylindrical-coordinate representation of color #046A83: hue angle of 191.81º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046A83 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4106131-
CMYK0.970.1900.49
HSL191.81º94.07%26.47%-
HSV(B)191.81º96.95%51.37%-
XYZ9.311.9723.29-
YUV78.35157.7174.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.66%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 131 (51.56% from 255) = 54.36%
R=1.66%
G=43.98%
B=54.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41061310.970.1900.49191.8194.0726.47
Hex46A836113031c05e1a
Octal41522031412306130013632
Binary100110101010000011110000110011011000111000000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046A83; }

 p { color: rgb(4,106,131); }

 H1.HeaderClassName
 {
   color: #046A83;
 }
 .AnyTagClassName
 {
   color: #046A83;
 }
</style>
background-color css

<style>
 a { background-color: #046A83; }

 a { background-color: rgb(4,106,131); }

 div.DivClassName
 {
   background-color: #046A83;
 }
 .BgClassName
 {
   background-color: #046A83;
 }
</style>
border-color css

<style>
 span { border-color: #046A83; }

 span { border-color: rgb(4,106,131); }

 td.TdClassName
 {
   border-color: #046A83;
 }
 .TagClassName
 {
   border-color: #046A83;
 }
</style>