Shades of Blue Lagoon #046371
Tints of Blue Lagoon #046371
RGB
CMYK
RGB Variations
Color information
#046371 (or 0x046371) is known color: Blue Lagoon. HEX triplet: 04, 63 and 71. RGB value is (4,99,113). Sum of RGB (Red+Green+Blue) = 4+99+113=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #046371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046371 is #FB9C8E. Grayscale: #484848. Windows color (decimal): -16489615 or 7430916. OLE color: 7430916.
HSL color Cylindrical-coordinate representation of color #046371: hue angle of 187.71º 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 #046371 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 99 | 113 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.56 |
| HSL | 187.71º | 0.93% | 0.23% | - |
| HSV(B) | 187.71º | 0.96% | 0.44% | - |
| XYZ | 7.49 | 10.14 | 17.19 | - |
| YUV | 72.19 | 151.03 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 113 | 0.96 | 0.12 | 0 | 0.56 | 187.71 | 0.93 | 0.23 |
| Hex | 4 | 63 | 71 | 60 | C | 0 | 38 | BC | 5D | 17 |
| Octal | 4 | 143 | 161 | 140 | 14 | 0 | 70 | 274 | 135 | 27 |
| Binary | 100 | 1100011 | 1110001 | 1100000 | 1100 | 0 | 111000 | 10111100 | 1011101 | 10111 |
Color Harmonies of #046371
Complementary color
Monochromatic Colors of #046371
Black with #046371
Text Example
Text Example
White with #046371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046371; }
p { color: rgb(4,99,113); }
H1.HeaderClassName
{
color: #046371;
}
.AnyTagClassName
{
color: #046371;
}
</style>
background-color css
<style>
a { background-color: #046371; }
a { background-color: rgb(4,99,113); }
div.DivClassName
{
background-color: #046371;
}
.BgClassName
{
background-color: #046371;
}
</style>
border-color css
<style>
span { border-color: #046371; }
span { border-color: rgb(4,99,113); }
td.TdClassName
{
border-color: #046371;
}
.TagClassName
{
border-color: #046371;
}
</style>