Shades of Blue Lagoon #044F64
Tints of Blue Lagoon #044F64
RGB
CMYK
RGB Variations
Color information
#044F64 (or 0x044F64) is known color: Blue Lagoon. HEX triplet: 04, 4F and 64. RGB value is (4,79,100). Sum of RGB (Red+Green+Blue) = 4+79+100=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #044F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F64 is #FBB09B. Grayscale: #3A3A3A. Windows color (decimal): -16494748 or 6573828. OLE color: 6573828.
HSL color Cylindrical-coordinate representation of color #044F64: hue angle of 193.12º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044F64 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 79 | 100 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.61 |
| HSL | 193.13º | 0.92% | 0.2% | - |
| HSV(B) | 193.13º | 0.96% | 0.39% | - |
| XYZ | 5.15 | 6.54 | 13.05 | - |
| YUV | 58.97 | 151.15 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 100 | 0.96 | 0.21 | 0 | 0.61 | 193.13 | 0.92 | 0.2 |
| Hex | 4 | 4F | 64 | 60 | 15 | 0 | 3D | C1 | 5C | 14 |
| Octal | 4 | 117 | 144 | 140 | 25 | 0 | 75 | 301 | 134 | 24 |
| Binary | 100 | 1001111 | 1100100 | 1100000 | 10101 | 0 | 111101 | 11000001 | 1011100 | 10100 |
Color Harmonies of #044F64
Complementary color
Monochromatic Colors of #044F64
Black with #044F64
Text Example
Text Example
White with #044F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F64; }
p { color: rgb(4,79,100); }
H1.HeaderClassName
{
color: #044F64;
}
.AnyTagClassName
{
color: #044F64;
}
</style>
background-color css
<style>
a { background-color: #044F64; }
a { background-color: rgb(4,79,100); }
div.DivClassName
{
background-color: #044F64;
}
.BgClassName
{
background-color: #044F64;
}
</style>
border-color css
<style>
span { border-color: #044F64; }
span { border-color: rgb(4,79,100); }
td.TdClassName
{
border-color: #044F64;
}
.TagClassName
{
border-color: #044F64;
}
</style>