Shades of Blue Lagoon #04606F
Tints of Blue Lagoon #04606F
RGB
CMYK
RGB Variations
Color information
#04606F (or 0x04606F) is known color: Blue Lagoon. HEX triplet: 04, 60 and 6F. RGB value is (4,96,111). Sum of RGB (Red+Green+Blue) = 4+96+111=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #04606F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04606F is #FB9F90. Grayscale: #464646. Windows color (decimal): -16490385 or 7299076. OLE color: 7299076.
HSL color Cylindrical-coordinate representation of color #04606F: hue angle of 188.41º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04606F is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 96 | 111 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.56 |
| HSL | 188.41º | 0.93% | 0.23% | - |
| HSV(B) | 188.41º | 0.96% | 0.44% | - |
| XYZ | 7.1 | 9.54 | 16.51 | - |
| YUV | 70.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 111 | 0.96 | 0.14 | 0 | 0.56 | 188.41 | 0.93 | 0.23 |
| Hex | 4 | 60 | 6F | 60 | E | 0 | 38 | BC | 5D | 17 |
| Octal | 4 | 140 | 157 | 140 | 16 | 0 | 70 | 274 | 135 | 27 |
| Binary | 100 | 1100000 | 1101111 | 1100000 | 1110 | 0 | 111000 | 10111100 | 1011101 | 10111 |
Color Harmonies of #04606F
Complementary color
Monochromatic Colors of #04606F
Black with #04606F
Text Example
Text Example
White with #04606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04606F; }
p { color: rgb(4,96,111); }
H1.HeaderClassName
{
color: #04606F;
}
.AnyTagClassName
{
color: #04606F;
}
</style>
background-color css
<style>
a { background-color: #04606F; }
a { background-color: rgb(4,96,111); }
div.DivClassName
{
background-color: #04606F;
}
.BgClassName
{
background-color: #04606F;
}
</style>
border-color css
<style>
span { border-color: #04606F; }
span { border-color: rgb(4,96,111); }
td.TdClassName
{
border-color: #04606F;
}
.TagClassName
{
border-color: #04606F;
}
</style>