Shades of Blue Lagoon #044F63
Tints of Blue Lagoon #044F63
RGB
CMYK
RGB Variations
Color information
#044F63 (or 0x044F63) is known color: Blue Lagoon. HEX triplet: 04, 4F and 63. RGB value is (4,79,99). Sum of RGB (Red+Green+Blue) = 4+79+99=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #044F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F63 is #FBB09C. Grayscale: #3A3A3A. Windows color (decimal): -16494749 or 6508292. OLE color: 6508292.
HSL color Cylindrical-coordinate representation of color #044F63: hue angle of 192.63º 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 #044F63 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 79 | 99 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.61 |
| HSL | 192.63º | 0.92% | 0.2% | - |
| HSV(B) | 192.63º | 0.96% | 0.39% | - |
| XYZ | 5.1 | 6.52 | 12.79 | - |
| YUV | 58.86 | 150.65 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 99 | 0.96 | 0.20 | 0 | 0.61 | 192.63 | 0.92 | 0.2 |
| Hex | 4 | 4F | 63 | 60 | 14 | 0 | 3D | C1 | 5C | 14 |
| Octal | 4 | 117 | 143 | 140 | 24 | 0 | 75 | 301 | 134 | 24 |
| Binary | 100 | 1001111 | 1100011 | 1100000 | 10100 | 0 | 111101 | 11000001 | 1011100 | 10100 |
Color Harmonies of #044F63
Complementary color
Monochromatic Colors of #044F63
Black with #044F63
Text Example
Text Example
White with #044F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F63; }
p { color: rgb(4,79,99); }
H1.HeaderClassName
{
color: #044F63;
}
.AnyTagClassName
{
color: #044F63;
}
</style>
background-color css
<style>
a { background-color: #044F63; }
a { background-color: rgb(4,79,99); }
div.DivClassName
{
background-color: #044F63;
}
.BgClassName
{
background-color: #044F63;
}
</style>
border-color css
<style>
span { border-color: #044F63; }
span { border-color: rgb(4,79,99); }
td.TdClassName
{
border-color: #044F63;
}
.TagClassName
{
border-color: #044F63;
}
</style>