Shades of Blue Lagoon #046170
Tints of Blue Lagoon #046170
RGB
CMYK
RGB Variations
Color information
#046170 (or 0x046170) is known color: Blue Lagoon. HEX triplet: 04, 61 and 70. RGB value is (4,97,112). Sum of RGB (Red+Green+Blue) = 4+97+112=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #046170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046170 is #FB9E8F. Grayscale: #464646. Windows color (decimal): -16490128 or 7364868. OLE color: 7364868.
HSL color Cylindrical-coordinate representation of color #046170: hue angle of 188.33º 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 #046170 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 97 | 112 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.56 |
| HSL | 188.33º | 0.93% | 0.23% | - |
| HSV(B) | 188.33º | 0.96% | 0.44% | - |
| XYZ | 7.25 | 9.75 | 16.83 | - |
| YUV | 70.9 | 151.19 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 97 | 112 | 0.96 | 0.13 | 0 | 0.56 | 188.33 | 0.93 | 0.23 |
| Hex | 4 | 61 | 70 | 60 | D | 0 | 38 | BC | 5D | 17 |
| Octal | 4 | 141 | 160 | 140 | 15 | 0 | 70 | 274 | 135 | 27 |
| Binary | 100 | 1100001 | 1110000 | 1100000 | 1101 | 0 | 111000 | 10111100 | 1011101 | 10111 |
Color Harmonies of #046170
Complementary color
Monochromatic Colors of #046170
Black with #046170
Text Example
Text Example
White with #046170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046170; }
p { color: rgb(4,97,112); }
H1.HeaderClassName
{
color: #046170;
}
.AnyTagClassName
{
color: #046170;
}
</style>
background-color css
<style>
a { background-color: #046170; }
a { background-color: rgb(4,97,112); }
div.DivClassName
{
background-color: #046170;
}
.BgClassName
{
background-color: #046170;
}
</style>
border-color css
<style>
span { border-color: #046170; }
span { border-color: rgb(4,97,112); }
td.TdClassName
{
border-color: #046170;
}
.TagClassName
{
border-color: #046170;
}
</style>