Shades of Blue Lagoon #044D68
Tints of Blue Lagoon #044D68
RGB
CMYK
RGB Variations
Color information
#044D68 (or 0x044D68) is known color: Blue Lagoon. HEX triplet: 04, 4D and 68. RGB value is (4,77,104). Sum of RGB (Red+Green+Blue) = 4+77+104=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #044D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D68 is #FBB297. Grayscale: #3A3A3A. Windows color (decimal): -16495256 or 6835460. OLE color: 6835460.
HSL color Cylindrical-coordinate representation of color #044D68: hue angle of 196.2º 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 #044D68 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 77 | 104 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.59 |
| HSL | 196.2º | 0.93% | 0.21% | - |
| HSV(B) | 196.2º | 0.96% | 0.41% | - |
| XYZ | 5.2 | 6.33 | 14.04 | - |
| YUV | 58.25 | 153.82 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 104 | 0.96 | 0.26 | 0 | 0.59 | 196.2 | 0.93 | 0.21 |
| Hex | 4 | 4D | 68 | 60 | 1A | 0 | 3B | C4 | 5D | 15 |
| Octal | 4 | 115 | 150 | 140 | 32 | 0 | 73 | 304 | 135 | 25 |
| Binary | 100 | 1001101 | 1101000 | 1100000 | 11010 | 0 | 111011 | 11000100 | 1011101 | 10101 |
Color Harmonies of #044D68
Complementary color
Monochromatic Colors of #044D68
Black with #044D68
Text Example
Text Example
White with #044D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D68; }
p { color: rgb(4,77,104); }
H1.HeaderClassName
{
color: #044D68;
}
.AnyTagClassName
{
color: #044D68;
}
</style>
background-color css
<style>
a { background-color: #044D68; }
a { background-color: rgb(4,77,104); }
div.DivClassName
{
background-color: #044D68;
}
.BgClassName
{
background-color: #044D68;
}
</style>
border-color css
<style>
span { border-color: #044D68; }
span { border-color: rgb(4,77,104); }
td.TdClassName
{
border-color: #044D68;
}
.TagClassName
{
border-color: #044D68;
}
</style>