Shades of Blue Lagoon #046E72
Tints of Blue Lagoon #046E72
RGB
CMYK
RGB Variations
Color information
#046E72 (or 0x046E72) is known color: Blue Lagoon. HEX triplet: 04, 6E and 72. RGB value is (4,110,114). Sum of RGB (Red+Green+Blue) = 4+110+114=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #046E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046E72 is #FB918D. Grayscale: #4E4E4E. Windows color (decimal): -16486798 or 7499268. OLE color: 7499268.
HSL color Cylindrical-coordinate representation of color #046E72: hue angle of 182.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046E72 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 110 | 114 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.55 |
| HSL | 182.18º | 0.93% | 0.23% | - |
| HSV(B) | 182.18º | 0.96% | 0.45% | - |
| XYZ | 8.66 | 12.39 | 17.85 | - |
| YUV | 78.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 114 | 0.96 | 0.04 | 0 | 0.55 | 182.18 | 0.93 | 0.23 |
| Hex | 4 | 6E | 72 | 60 | 4 | 0 | 37 | B6 | 5D | 17 |
| Octal | 4 | 156 | 162 | 140 | 4 | 0 | 67 | 266 | 135 | 27 |
| Binary | 100 | 1101110 | 1110010 | 1100000 | 100 | 0 | 110111 | 10110110 | 1011101 | 10111 |
Color Harmonies of #046E72
Complementary color
Monochromatic Colors of #046E72
Black with #046E72
Text Example
Text Example
White with #046E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046E72; }
p { color: rgb(4,110,114); }
H1.HeaderClassName
{
color: #046E72;
}
.AnyTagClassName
{
color: #046E72;
}
</style>
background-color css
<style>
a { background-color: #046E72; }
a { background-color: rgb(4,110,114); }
div.DivClassName
{
background-color: #046E72;
}
.BgClassName
{
background-color: #046E72;
}
</style>
border-color css
<style>
span { border-color: #046E72; }
span { border-color: rgb(4,110,114); }
td.TdClassName
{
border-color: #046E72;
}
.TagClassName
{
border-color: #046E72;
}
</style>