Shades of Sherpa Blue #044E60
Tints of Sherpa Blue #044E60
RGB
CMYK
RGB Variations
Color information
#044E60 (or 0x044E60) is known color: Sherpa Blue. HEX triplet: 04, 4E and 60. RGB value is (4,78,96). Sum of RGB (Red+Green+Blue) = 4+78+96=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #044E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E60 is #FBB19F. Grayscale: #393939. Windows color (decimal): -16495008 or 6311428. OLE color: 6311428.
HSL color Cylindrical-coordinate representation of color #044E60: hue angle of 191.74º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044E60 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 78 | 96 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.62 |
| HSL | 191.74º | 0.92% | 0.2% | - |
| HSV(B) | 191.74º | 0.96% | 0.38% | - |
| XYZ | 4.89 | 6.32 | 12.03 | - |
| YUV | 57.93 | 149.48 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 96 | 0.96 | 0.19 | 0 | 0.62 | 191.74 | 0.92 | 0.2 |
| Hex | 4 | 4E | 60 | 60 | 13 | 0 | 3E | C0 | 5C | 14 |
| Octal | 4 | 116 | 140 | 140 | 23 | 0 | 76 | 300 | 134 | 24 |
| Binary | 100 | 1001110 | 1100000 | 1100000 | 10011 | 0 | 111110 | 11000000 | 1011100 | 10100 |
Color Harmonies of #044E60
Complementary color
Monochromatic Colors of #044E60
Black with #044E60
Text Example
Text Example
White with #044E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E60; }
p { color: rgb(4,78,96); }
H1.HeaderClassName
{
color: #044E60;
}
.AnyTagClassName
{
color: #044E60;
}
</style>
background-color css
<style>
a { background-color: #044E60; }
a { background-color: rgb(4,78,96); }
div.DivClassName
{
background-color: #044E60;
}
.BgClassName
{
background-color: #044E60;
}
</style>
border-color css
<style>
span { border-color: #044E60; }
span { border-color: rgb(4,78,96); }
td.TdClassName
{
border-color: #044E60;
}
.TagClassName
{
border-color: #044E60;
}
</style>