Shades of Sherpa Blue #044E50
Tints of Sherpa Blue #044E50
RGB
CMYK
RGB Variations
Color information
#044E50 (or 0x044E50) is known color: Sherpa Blue. HEX triplet: 04, 4E and 50. RGB value is (4,78,80). Sum of RGB (Red+Green+Blue) = 4+78+80=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #044E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E50 is #FBB1AF. Grayscale: #383838. Windows color (decimal): -16495024 or 5262852. OLE color: 5262852.
HSL color Cylindrical-coordinate representation of color #044E50: hue angle of 181.58º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044E50 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 80 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.69 |
| HSL | 181.58º | 0.9% | 0.16% | - |
| HSV(B) | 181.58º | 0.95% | 0.31% | - |
| XYZ | 4.22 | 6.05 | 8.54 | - |
| YUV | 56.1 | 141.48 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 80 | 0.95 | 0.02 | 0 | 0.69 | 181.58 | 0.9 | 0.16 |
| Hex | 4 | 4E | 50 | 5F | 2 | 0 | 45 | B6 | 5A | 10 |
| Octal | 4 | 116 | 120 | 137 | 2 | 0 | 105 | 266 | 132 | 20 |
| Binary | 100 | 1001110 | 1010000 | 1011111 | 10 | 0 | 1000101 | 10110110 | 1011010 | 10000 |
Color Harmonies of #044E50
Complementary color
Monochromatic Colors of #044E50
Black with #044E50
Text Example
Text Example
White with #044E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E50; }
p { color: rgb(4,78,80); }
H1.HeaderClassName
{
color: #044E50;
}
.AnyTagClassName
{
color: #044E50;
}
</style>
background-color css
<style>
a { background-color: #044E50; }
a { background-color: rgb(4,78,80); }
div.DivClassName
{
background-color: #044E50;
}
.BgClassName
{
background-color: #044E50;
}
</style>
border-color css
<style>
span { border-color: #044E50; }
span { border-color: rgb(4,78,80); }
td.TdClassName
{
border-color: #044E50;
}
.TagClassName
{
border-color: #044E50;
}
</style>