Shades of Blue Lagoon #044E66
Tints of Blue Lagoon #044E66
RGB
CMYK
RGB Variations
Color information
#044E66 (or 0x044E66) is known color: Blue Lagoon. HEX triplet: 04, 4E and 66. RGB value is (4,78,102). Sum of RGB (Red+Green+Blue) = 4+78+102=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #044E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E66 is #FBB199. Grayscale: #3A3A3A. Windows color (decimal): -16495002 or 6704644. OLE color: 6704644.
HSL color Cylindrical-coordinate representation of color #044E66: hue angle of 194.69º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044E66 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 78 | 102 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.6 |
| HSL | 194.69º | 0.92% | 0.21% | - |
| HSV(B) | 194.69º | 0.96% | 0.4% | - |
| XYZ | 5.17 | 6.43 | 13.54 | - |
| YUV | 58.61 | 152.48 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 102 | 0.96 | 0.24 | 0 | 0.6 | 194.69 | 0.92 | 0.21 |
| Hex | 4 | 4E | 66 | 60 | 18 | 0 | 3C | C3 | 5C | 15 |
| Octal | 4 | 116 | 146 | 140 | 30 | 0 | 74 | 303 | 134 | 25 |
| Binary | 100 | 1001110 | 1100110 | 1100000 | 11000 | 0 | 111100 | 11000011 | 1011100 | 10101 |
Color Harmonies of #044E66
Complementary color
Monochromatic Colors of #044E66
Black with #044E66
Text Example
Text Example
White with #044E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E66; }
p { color: rgb(4,78,102); }
H1.HeaderClassName
{
color: #044E66;
}
.AnyTagClassName
{
color: #044E66;
}
</style>
background-color css
<style>
a { background-color: #044E66; }
a { background-color: rgb(4,78,102); }
div.DivClassName
{
background-color: #044E66;
}
.BgClassName
{
background-color: #044E66;
}
</style>
border-color css
<style>
span { border-color: #044E66; }
span { border-color: rgb(4,78,102); }
td.TdClassName
{
border-color: #044E66;
}
.TagClassName
{
border-color: #044E66;
}
</style>