#04606E

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

Shades of Blue Lagoon #04606E

Tints of Blue Lagoon #04606E

Color information

#04606E (or 0x04606E) is unknown color: approx Blue Lagoon. HEX triplet: 04, 60 and 6E. RGB value is (4,96,110). Sum of RGB (Red+Green+Blue) = 4+96+110=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #04606E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04606E is #FB9F91. Grayscale: #454545. Windows color (decimal): -16490386 or 7233540. OLE color: 7233540.

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

Color convert

RGB496110-
CMYK0.960.1300.57
HSL187.92º92.98%22.35%-
HSV(B)187.92º96.36%43.14%-
XYZ7.059.5216.22-
YUV70.09150.5280.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 110 (43.36% from 255) = 52.38%
R=1.90%
G=45.71%
B=52.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4961100.960.1300.57187.9292.9822.35
Hex4606E60D039bc5d16
Octal41401561401507127413526
Binary1001100000110111011000001101011100110111100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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