Shades of Blue Lagoon #044F68
Tints of Blue Lagoon #044F68
RGB
CMYK
RGB Variations
Color information
#044F68 (or 0x044F68) is known color: Blue Lagoon. HEX triplet: 04, 4F and 68. RGB value is (4,79,104). Sum of RGB (Red+Green+Blue) = 4+79+104=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #044F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F68 is #FBB097. Grayscale: #3B3B3B. Windows color (decimal): -16494744 or 6835972. OLE color: 6835972.
HSL color Cylindrical-coordinate representation of color #044F68: hue angle of 195º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044F68 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 79 | 104 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.59 |
| HSL | 195º | 0.93% | 0.21% | - |
| HSV(B) | 195º | 0.96% | 0.41% | - |
| XYZ | 5.34 | 6.62 | 14.09 | - |
| YUV | 59.43 | 153.15 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 104 | 0.96 | 0.24 | 0 | 0.59 | 195 | 0.93 | 0.21 |
| Hex | 4 | 4F | 68 | 60 | 18 | 0 | 3B | C3 | 5D | 15 |
| Octal | 4 | 117 | 150 | 140 | 30 | 0 | 73 | 303 | 135 | 25 |
| Binary | 100 | 1001111 | 1101000 | 1100000 | 11000 | 0 | 111011 | 11000011 | 1011101 | 10101 |
Color Harmonies of #044F68
Complementary color
Monochromatic Colors of #044F68
Black with #044F68
Text Example
Text Example
White with #044F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F68; }
p { color: rgb(4,79,104); }
H1.HeaderClassName
{
color: #044F68;
}
.AnyTagClassName
{
color: #044F68;
}
</style>
background-color css
<style>
a { background-color: #044F68; }
a { background-color: rgb(4,79,104); }
div.DivClassName
{
background-color: #044F68;
}
.BgClassName
{
background-color: #044F68;
}
</style>
border-color css
<style>
span { border-color: #044F68; }
span { border-color: rgb(4,79,104); }
td.TdClassName
{
border-color: #044F68;
}
.TagClassName
{
border-color: #044F68;
}
</style>