Shades of Sherpa Blue #044E61
Tints of Sherpa Blue #044E61
RGB
CMYK
RGB Variations
Color information
#044E61 (or 0x044E61) is known color: Sherpa Blue. HEX triplet: 04, 4E and 61. RGB value is (4,78,97). Sum of RGB (Red+Green+Blue) = 4+78+97=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #044E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E61 is #FBB19E. Grayscale: #393939. Windows color (decimal): -16495007 or 6376964. OLE color: 6376964.
HSL color Cylindrical-coordinate representation of color #044E61: hue angle of 192.26º 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 #044E61 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 78 | 97 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.62 |
| HSL | 192.26º | 0.92% | 0.2% | - |
| HSV(B) | 192.26º | 0.96% | 0.38% | - |
| XYZ | 4.93 | 6.34 | 12.27 | - |
| YUV | 58.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 97 | 0.96 | 0.20 | 0 | 0.62 | 192.26 | 0.92 | 0.2 |
| Hex | 4 | 4E | 61 | 60 | 14 | 0 | 3E | C0 | 5C | 14 |
| Octal | 4 | 116 | 141 | 140 | 24 | 0 | 76 | 300 | 134 | 24 |
| Binary | 100 | 1001110 | 1100001 | 1100000 | 10100 | 0 | 111110 | 11000000 | 1011100 | 10100 |
Color Harmonies of #044E61
Complementary color
Monochromatic Colors of #044E61
Black with #044E61
Text Example
Text Example
White with #044E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E61; }
p { color: rgb(4,78,97); }
H1.HeaderClassName
{
color: #044E61;
}
.AnyTagClassName
{
color: #044E61;
}
</style>
background-color css
<style>
a { background-color: #044E61; }
a { background-color: rgb(4,78,97); }
div.DivClassName
{
background-color: #044E61;
}
.BgClassName
{
background-color: #044E61;
}
</style>
border-color css
<style>
span { border-color: #044E61; }
span { border-color: rgb(4,78,97); }
td.TdClassName
{
border-color: #044E61;
}
.TagClassName
{
border-color: #044E61;
}
</style>