Shades of Blue Lagoon #04696D
Tints of Blue Lagoon #04696D
RGB
CMYK
RGB Variations
Color information
#04696D (or 0x04696D) is known color: Blue Lagoon. HEX triplet: 04, 69 and 6D. RGB value is (4,105,109). Sum of RGB (Red+Green+Blue) = 4+105+109=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #04696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04696D is #FB9692. Grayscale: #4B4B4B. Windows color (decimal): -16488083 or 7170308. OLE color: 7170308.
HSL color Cylindrical-coordinate representation of color #04696D: hue angle of 182.29º 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 #04696D is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 105 | 109 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.57 |
| HSL | 182.29º | 0.93% | 0.22% | - |
| HSV(B) | 182.29º | 0.96% | 0.43% | - |
| XYZ | 7.86 | 11.23 | 16.22 | - |
| YUV | 75.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 109 | 0.96 | 0.04 | 0 | 0.57 | 182.29 | 0.93 | 0.22 |
| Hex | 4 | 69 | 6D | 60 | 4 | 0 | 39 | B6 | 5D | 16 |
| Octal | 4 | 151 | 155 | 140 | 4 | 0 | 71 | 266 | 135 | 26 |
| Binary | 100 | 1101001 | 1101101 | 1100000 | 100 | 0 | 111001 | 10110110 | 1011101 | 10110 |
Color Harmonies of #04696D
Complementary color
Monochromatic Colors of #04696D
Black with #04696D
Text Example
Text Example
White with #04696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04696D; }
p { color: rgb(4,105,109); }
H1.HeaderClassName
{
color: #04696D;
}
.AnyTagClassName
{
color: #04696D;
}
</style>
background-color css
<style>
a { background-color: #04696D; }
a { background-color: rgb(4,105,109); }
div.DivClassName
{
background-color: #04696D;
}
.BgClassName
{
background-color: #04696D;
}
</style>
border-color css
<style>
span { border-color: #04696D; }
span { border-color: rgb(4,105,109); }
td.TdClassName
{
border-color: #04696D;
}
.TagClassName
{
border-color: #04696D;
}
</style>