Shades of Blue Lagoon #046E71
Tints of Blue Lagoon #046E71
RGB
CMYK
RGB Variations
Color information
#046E71 (or 0x046E71) is known color: Blue Lagoon. HEX triplet: 04, 6E and 71. RGB value is (4,110,113). Sum of RGB (Red+Green+Blue) = 4+110+113=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #046E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046E71 is #FB918E. Grayscale: #4E4E4E. Windows color (decimal): -16486799 or 7433732. OLE color: 7433732.
HSL color Cylindrical-coordinate representation of color #046E71: hue angle of 181.65º 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 #046E71 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 110 | 113 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.56 |
| HSL | 181.65º | 0.93% | 0.23% | - |
| HSV(B) | 181.65º | 0.96% | 0.44% | - |
| XYZ | 8.61 | 12.37 | 17.56 | - |
| YUV | 78.65 | 147.38 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 113 | 0.96 | 0.03 | 0 | 0.56 | 181.65 | 0.93 | 0.23 |
| Hex | 4 | 6E | 71 | 60 | 3 | 0 | 38 | B6 | 5D | 17 |
| Octal | 4 | 156 | 161 | 140 | 3 | 0 | 70 | 266 | 135 | 27 |
| Binary | 100 | 1101110 | 1110001 | 1100000 | 11 | 0 | 111000 | 10110110 | 1011101 | 10111 |
Color Harmonies of #046E71
Complementary color
Monochromatic Colors of #046E71
Black with #046E71
Text Example
Text Example
White with #046E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046E71; }
p { color: rgb(4,110,113); }
H1.HeaderClassName
{
color: #046E71;
}
.AnyTagClassName
{
color: #046E71;
}
</style>
background-color css
<style>
a { background-color: #046E71; }
a { background-color: rgb(4,110,113); }
div.DivClassName
{
background-color: #046E71;
}
.BgClassName
{
background-color: #046E71;
}
</style>
border-color css
<style>
span { border-color: #046E71; }
span { border-color: rgb(4,110,113); }
td.TdClassName
{
border-color: #046E71;
}
.TagClassName
{
border-color: #046E71;
}
</style>