#04606B

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

Shades of Blue Lagoon #04606B

Tints of Blue Lagoon #04606B

Color information

#04606B (or 0x04606B) is unknown color: approx Blue Lagoon. HEX triplet: 04, 60 and 6B. RGB value is (4,96,107). Sum of RGB (Red+Green+Blue) = 4+96+107=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #04606B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04606B is #FB9F94. Grayscale: #454545. Windows color (decimal): -16490389 or 7036932. OLE color: 7036932.

HSL color Cylindrical-coordinate representation of color #04606B: hue angle of 186.41º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04606B is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB496107-
CMYK0.960.1000.58
HSL186.41º92.79%21.76%-
HSV(B)186.41º96.26%41.96%-
XYZ6.899.4515.37-
YUV69.75149.0281.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 107 (42.19% from 255) = 51.69%
R=1.93%
G=46.38%
B=51.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4961070.960.1000.58186.4192.7921.76
Hex4606B60A03Aba5d16
Octal41401531401207227213526
Binary1001100000110101111000001010011101010111010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04606B; }

 p { color: rgb(4,96,107); }

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

<style>
 a { background-color: #04606B; }

 a { background-color: rgb(4,96,107); }

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

<style>
 span { border-color: #04606B; }

 span { border-color: rgb(4,96,107); }

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