Shades of Blue Lagoon #044C67
Tints of Blue Lagoon #044C67
RGB
CMYK
RGB Variations
Color information
#044C67 (or 0x044C67) is known color: Blue Lagoon. HEX triplet: 04, 4C and 67. RGB value is (4,76,103). Sum of RGB (Red+Green+Blue) = 4+76+103=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #044C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C67 is #FBB398. Grayscale: #393939. Windows color (decimal): -16495513 or 6769668. OLE color: 6769668.
HSL color Cylindrical-coordinate representation of color #044C67: hue angle of 196.36º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044C67 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 76 | 103 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.60 |
| HSL | 196.36º | 0.93% | 0.21% | - |
| HSV(B) | 196.36º | 0.96% | 0.4% | - |
| XYZ | 5.08 | 6.17 | 13.76 | - |
| YUV | 57.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 103 | 0.96 | 0.26 | 0 | 0.60 | 196.36 | 0.93 | 0.21 |
| Hex | 4 | 4C | 67 | 60 | 1A | 0 | 3C | C4 | 5D | 15 |
| Octal | 4 | 114 | 147 | 140 | 32 | 0 | 74 | 304 | 135 | 25 |
| Binary | 100 | 1001100 | 1100111 | 1100000 | 11010 | 0 | 111100 | 11000100 | 1011101 | 10101 |
Color Harmonies of #044C67
Complementary color
Monochromatic Colors of #044C67
Black with #044C67
Text Example
Text Example
White with #044C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C67; }
p { color: rgb(4,76,103); }
H1.HeaderClassName
{
color: #044C67;
}
.AnyTagClassName
{
color: #044C67;
}
</style>
background-color css
<style>
a { background-color: #044C67; }
a { background-color: rgb(4,76,103); }
div.DivClassName
{
background-color: #044C67;
}
.BgClassName
{
background-color: #044C67;
}
</style>
border-color css
<style>
span { border-color: #044C67; }
span { border-color: rgb(4,76,103); }
td.TdClassName
{
border-color: #044C67;
}
.TagClassName
{
border-color: #044C67;
}
</style>