Shades of Blue Lagoon #04607E
Tints of Blue Lagoon #04607E
RGB
CMYK
RGB Variations
Color information
#04607E (or 0x04607E) is known color: Blue Lagoon. HEX triplet: 04, 60 and 7E. RGB value is (4,96,126). Sum of RGB (Red+Green+Blue) = 4+96+126=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #04607E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04607E is #FB9F81. Grayscale: #474747. Windows color (decimal): -16490370 or 8282116. OLE color: 8282116.
HSL color Cylindrical-coordinate representation of color #04607E: hue angle of 194.75º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04607E is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 96 | 126 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.51 |
| HSL | 194.75º | 0.94% | 0.25% | - |
| HSV(B) | 194.75º | 0.97% | 0.49% | - |
| XYZ | 8 | 9.9 | 21.23 | - |
| YUV | 71.91 | 158.52 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 126 | 0.97 | 0.24 | 0 | 0.51 | 194.75 | 0.94 | 0.25 |
| Hex | 4 | 60 | 7E | 61 | 18 | 0 | 33 | C3 | 5E | 19 |
| Octal | 4 | 140 | 176 | 141 | 30 | 0 | 63 | 303 | 136 | 31 |
| Binary | 100 | 1100000 | 1111110 | 1100001 | 11000 | 0 | 110011 | 11000011 | 1011110 | 11001 |
Color Harmonies of #04607E
Complementary color
Monochromatic Colors of #04607E
Black with #04607E
Text Example
Text Example
White with #04607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04607E; }
p { color: rgb(4,96,126); }
H1.HeaderClassName
{
color: #04607E;
}
.AnyTagClassName
{
color: #04607E;
}
</style>
background-color css
<style>
a { background-color: #04607E; }
a { background-color: rgb(4,96,126); }
div.DivClassName
{
background-color: #04607E;
}
.BgClassName
{
background-color: #04607E;
}
</style>
border-color css
<style>
span { border-color: #04607E; }
span { border-color: rgb(4,96,126); }
td.TdClassName
{
border-color: #04607E;
}
.TagClassName
{
border-color: #04607E;
}
</style>