Shades of Blue Lagoon #044C69
Tints of Blue Lagoon #044C69
RGB
CMYK
RGB Variations
Color information
#044C69 (or 0x044C69) is known color: Blue Lagoon. HEX triplet: 04, 4C and 69. RGB value is (4,76,105). Sum of RGB (Red+Green+Blue) = 4+76+105=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #044C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C69 is #FBB396. Grayscale: #393939. Windows color (decimal): -16495511 or 6900740. OLE color: 6900740.
HSL color Cylindrical-coordinate representation of color #044C69: hue angle of 197.23º 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 #044C69 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 76 | 105 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.59 |
| HSL | 197.23º | 0.93% | 0.21% | - |
| HSV(B) | 197.23º | 0.96% | 0.41% | - |
| XYZ | 5.18 | 6.21 | 14.29 | - |
| YUV | 57.78 | 154.65 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 105 | 0.96 | 0.28 | 0 | 0.59 | 197.23 | 0.93 | 0.21 |
| Hex | 4 | 4C | 69 | 60 | 1C | 0 | 3B | C5 | 5D | 15 |
| Octal | 4 | 114 | 151 | 140 | 34 | 0 | 73 | 305 | 135 | 25 |
| Binary | 100 | 1001100 | 1101001 | 1100000 | 11100 | 0 | 111011 | 11000101 | 1011101 | 10101 |
Color Harmonies of #044C69
Complementary color
Monochromatic Colors of #044C69
Black with #044C69
Text Example
Text Example
White with #044C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C69; }
p { color: rgb(4,76,105); }
H1.HeaderClassName
{
color: #044C69;
}
.AnyTagClassName
{
color: #044C69;
}
</style>
background-color css
<style>
a { background-color: #044C69; }
a { background-color: rgb(4,76,105); }
div.DivClassName
{
background-color: #044C69;
}
.BgClassName
{
background-color: #044C69;
}
</style>
border-color css
<style>
span { border-color: #044C69; }
span { border-color: rgb(4,76,105); }
td.TdClassName
{
border-color: #044C69;
}
.TagClassName
{
border-color: #044C69;
}
</style>