Shades of Blue Lagoon #044F66
Tints of Blue Lagoon #044F66
RGB
CMYK
RGB Variations
Color information
#044F66 (or 0x044F66) is known color: Blue Lagoon. HEX triplet: 04, 4F and 66. RGB value is (4,79,102). Sum of RGB (Red+Green+Blue) = 4+79+102=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #044F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F66 is #FBB099. Grayscale: #3B3B3B. Windows color (decimal): -16494746 or 6704900. OLE color: 6704900.
HSL color Cylindrical-coordinate representation of color #044F66: hue angle of 194.08º 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 #044F66 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 79 | 102 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.6 |
| HSL | 194.08º | 0.92% | 0.21% | - |
| HSV(B) | 194.08º | 0.96% | 0.4% | - |
| XYZ | 5.24 | 6.58 | 13.56 | - |
| YUV | 59.2 | 152.15 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 102 | 0.96 | 0.23 | 0 | 0.6 | 194.08 | 0.92 | 0.21 |
| Hex | 4 | 4F | 66 | 60 | 17 | 0 | 3C | C2 | 5C | 15 |
| Octal | 4 | 117 | 146 | 140 | 27 | 0 | 74 | 302 | 134 | 25 |
| Binary | 100 | 1001111 | 1100110 | 1100000 | 10111 | 0 | 111100 | 11000010 | 1011100 | 10101 |
Color Harmonies of #044F66
Complementary color
Monochromatic Colors of #044F66
Black with #044F66
Text Example
Text Example
White with #044F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F66; }
p { color: rgb(4,79,102); }
H1.HeaderClassName
{
color: #044F66;
}
.AnyTagClassName
{
color: #044F66;
}
</style>
background-color css
<style>
a { background-color: #044F66; }
a { background-color: rgb(4,79,102); }
div.DivClassName
{
background-color: #044F66;
}
.BgClassName
{
background-color: #044F66;
}
</style>
border-color css
<style>
span { border-color: #044F66; }
span { border-color: rgb(4,79,102); }
td.TdClassName
{
border-color: #044F66;
}
.TagClassName
{
border-color: #044F66;
}
</style>