Shades of Blue Lagoon #046471
Tints of Blue Lagoon #046471
RGB
CMYK
RGB Variations
Color information
#046471 (or 0x046471) is known color: Blue Lagoon. HEX triplet: 04, 64 and 71. RGB value is (4,100,113). Sum of RGB (Red+Green+Blue) = 4+100+113=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #046471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046471 is #FB9B8E. Grayscale: #484848. Windows color (decimal): -16489359 or 7431172. OLE color: 7431172.
HSL color Cylindrical-coordinate representation of color #046471: hue angle of 187.16º 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 #046471 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 100 | 113 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.56 |
| HSL | 187.16º | 0.93% | 0.23% | - |
| HSV(B) | 187.16º | 0.96% | 0.44% | - |
| XYZ | 7.59 | 10.33 | 17.22 | - |
| YUV | 72.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 113 | 0.96 | 0.12 | 0 | 0.56 | 187.16 | 0.93 | 0.23 |
| Hex | 4 | 64 | 71 | 60 | C | 0 | 38 | BB | 5D | 17 |
| Octal | 4 | 144 | 161 | 140 | 14 | 0 | 70 | 273 | 135 | 27 |
| Binary | 100 | 1100100 | 1110001 | 1100000 | 1100 | 0 | 111000 | 10111011 | 1011101 | 10111 |
Color Harmonies of #046471
Complementary color
Monochromatic Colors of #046471
Black with #046471
Text Example
Text Example
White with #046471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046471; }
p { color: rgb(4,100,113); }
H1.HeaderClassName
{
color: #046471;
}
.AnyTagClassName
{
color: #046471;
}
</style>
background-color css
<style>
a { background-color: #046471; }
a { background-color: rgb(4,100,113); }
div.DivClassName
{
background-color: #046471;
}
.BgClassName
{
background-color: #046471;
}
</style>
border-color css
<style>
span { border-color: #046471; }
span { border-color: rgb(4,100,113); }
td.TdClassName
{
border-color: #046471;
}
.TagClassName
{
border-color: #046471;
}
</style>