Shades of Sherpa Blue #044E5D
Tints of Sherpa Blue #044E5D
RGB
CMYK
RGB Variations
Color information
#044E5D (or 0x044E5D) is known color: Sherpa Blue. HEX triplet: 04, 4E and 5D. RGB value is (4,78,93). Sum of RGB (Red+Green+Blue) = 4+78+93=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #044E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E5D is #FBB1A2. Grayscale: #393939. Windows color (decimal): -16495011 or 6114820. OLE color: 6114820.
HSL color Cylindrical-coordinate representation of color #044E5D: hue angle of 190.11º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044E5D is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 78 | 93 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.64 |
| HSL | 190.11º | 0.92% | 0.19% | - |
| HSV(B) | 190.11º | 0.96% | 0.36% | - |
| XYZ | 4.75 | 6.26 | 11.31 | - |
| YUV | 57.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 93 | 0.96 | 0.16 | 0 | 0.64 | 190.11 | 0.92 | 0.19 |
| Hex | 4 | 4E | 5D | 60 | 10 | 0 | 40 | BE | 5C | 13 |
| Octal | 4 | 116 | 135 | 140 | 20 | 0 | 100 | 276 | 134 | 23 |
| Binary | 100 | 1001110 | 1011101 | 1100000 | 10000 | 0 | 1000000 | 10111110 | 1011100 | 10011 |
Color Harmonies of #044E5D
Complementary color
Monochromatic Colors of #044E5D
Black with #044E5D
Text Example
Text Example
White with #044E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E5D; }
p { color: rgb(4,78,93); }
H1.HeaderClassName
{
color: #044E5D;
}
.AnyTagClassName
{
color: #044E5D;
}
</style>
background-color css
<style>
a { background-color: #044E5D; }
a { background-color: rgb(4,78,93); }
div.DivClassName
{
background-color: #044E5D;
}
.BgClassName
{
background-color: #044E5D;
}
</style>
border-color css
<style>
span { border-color: #044E5D; }
span { border-color: rgb(4,78,93); }
td.TdClassName
{
border-color: #044E5D;
}
.TagClassName
{
border-color: #044E5D;
}
</style>