Shades of Blue Lagoon #04696F
Tints of Blue Lagoon #04696F
RGB
CMYK
RGB Variations
Color information
#04696F (or 0x04696F) is known color: Blue Lagoon. HEX triplet: 04, 69 and 6F. RGB value is (4,105,111). Sum of RGB (Red+Green+Blue) = 4+105+111=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #04696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04696F is #FB9690. Grayscale: #4B4B4B. Windows color (decimal): -16488081 or 7301380. OLE color: 7301380.
HSL color Cylindrical-coordinate representation of color #04696F: hue angle of 183.36º 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 #04696F is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 105 | 111 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.56 |
| HSL | 183.36º | 0.93% | 0.23% | - |
| HSV(B) | 183.36º | 0.96% | 0.44% | - |
| XYZ | 7.97 | 11.28 | 16.8 | - |
| YUV | 75.49 | 148.04 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 111 | 0.96 | 0.05 | 0 | 0.56 | 183.36 | 0.93 | 0.23 |
| Hex | 4 | 69 | 6F | 60 | 5 | 0 | 38 | B7 | 5D | 17 |
| Octal | 4 | 151 | 157 | 140 | 5 | 0 | 70 | 267 | 135 | 27 |
| Binary | 100 | 1101001 | 1101111 | 1100000 | 101 | 0 | 111000 | 10110111 | 1011101 | 10111 |
Color Harmonies of #04696F
Complementary color
Monochromatic Colors of #04696F
Black with #04696F
Text Example
Text Example
White with #04696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04696F; }
p { color: rgb(4,105,111); }
H1.HeaderClassName
{
color: #04696F;
}
.AnyTagClassName
{
color: #04696F;
}
</style>
background-color css
<style>
a { background-color: #04696F; }
a { background-color: rgb(4,105,111); }
div.DivClassName
{
background-color: #04696F;
}
.BgClassName
{
background-color: #04696F;
}
</style>
border-color css
<style>
span { border-color: #04696F; }
span { border-color: rgb(4,105,111); }
td.TdClassName
{
border-color: #04696F;
}
.TagClassName
{
border-color: #04696F;
}
</style>