Shades of Blue Lagoon #044D65
Tints of Blue Lagoon #044D65
RGB
CMYK
RGB Variations
Color information
#044D65 (or 0x044D65) is known color: Blue Lagoon. HEX triplet: 04, 4D and 65. RGB value is (4,77,101). Sum of RGB (Red+Green+Blue) = 4+77+101=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #044D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D65 is #FBB29A. Grayscale: #393939. Windows color (decimal): -16495259 or 6638852. OLE color: 6638852.
HSL color Cylindrical-coordinate representation of color #044D65: hue angle of 194.85º 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 #044D65 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 77 | 101 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.60 |
| HSL | 194.85º | 0.92% | 0.21% | - |
| HSV(B) | 194.85º | 0.96% | 0.4% | - |
| XYZ | 5.05 | 6.27 | 13.26 | - |
| YUV | 57.91 | 152.32 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 101 | 0.96 | 0.24 | 0 | 0.60 | 194.85 | 0.92 | 0.21 |
| Hex | 4 | 4D | 65 | 60 | 18 | 0 | 3C | C3 | 5C | 15 |
| Octal | 4 | 115 | 145 | 140 | 30 | 0 | 74 | 303 | 134 | 25 |
| Binary | 100 | 1001101 | 1100101 | 1100000 | 11000 | 0 | 111100 | 11000011 | 1011100 | 10101 |
Color Harmonies of #044D65
Complementary color
Monochromatic Colors of #044D65
Black with #044D65
Text Example
Text Example
White with #044D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D65; }
p { color: rgb(4,77,101); }
H1.HeaderClassName
{
color: #044D65;
}
.AnyTagClassName
{
color: #044D65;
}
</style>
background-color css
<style>
a { background-color: #044D65; }
a { background-color: rgb(4,77,101); }
div.DivClassName
{
background-color: #044D65;
}
.BgClassName
{
background-color: #044D65;
}
</style>
border-color css
<style>
span { border-color: #044D65; }
span { border-color: rgb(4,77,101); }
td.TdClassName
{
border-color: #044D65;
}
.TagClassName
{
border-color: #044D65;
}
</style>