Shades of Blue Lagoon #044E68
Tints of Blue Lagoon #044E68
RGB
CMYK
RGB Variations
Color information
#044E68 (or 0x044E68) is known color: Blue Lagoon. HEX triplet: 04, 4E and 68. RGB value is (4,78,104). Sum of RGB (Red+Green+Blue) = 4+78+104=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #044E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E68 is #FBB197. Grayscale: #3A3A3A. Windows color (decimal): -16495000 or 6835716. OLE color: 6835716.
HSL color Cylindrical-coordinate representation of color #044E68: hue angle of 195.6º 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 #044E68 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 78 | 104 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.59 |
| HSL | 195.6º | 0.93% | 0.21% | - |
| HSV(B) | 195.6º | 0.96% | 0.41% | - |
| XYZ | 5.27 | 6.47 | 14.07 | - |
| YUV | 58.84 | 153.48 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 104 | 0.96 | 0.25 | 0 | 0.59 | 195.6 | 0.93 | 0.21 |
| Hex | 4 | 4E | 68 | 60 | 19 | 0 | 3B | C4 | 5D | 15 |
| Octal | 4 | 116 | 150 | 140 | 31 | 0 | 73 | 304 | 135 | 25 |
| Binary | 100 | 1001110 | 1101000 | 1100000 | 11001 | 0 | 111011 | 11000100 | 1011101 | 10101 |
Color Harmonies of #044E68
Complementary color
Monochromatic Colors of #044E68
Black with #044E68
Text Example
Text Example
White with #044E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E68; }
p { color: rgb(4,78,104); }
H1.HeaderClassName
{
color: #044E68;
}
.AnyTagClassName
{
color: #044E68;
}
</style>
background-color css
<style>
a { background-color: #044E68; }
a { background-color: rgb(4,78,104); }
div.DivClassName
{
background-color: #044E68;
}
.BgClassName
{
background-color: #044E68;
}
</style>
border-color css
<style>
span { border-color: #044E68; }
span { border-color: rgb(4,78,104); }
td.TdClassName
{
border-color: #044E68;
}
.TagClassName
{
border-color: #044E68;
}
</style>