Shades of Sherpa Blue #044E4B
Tints of Sherpa Blue #044E4B
RGB
CMYK
RGB Variations
Color information
#044E4B (or 0x044E4B) is known color: Sherpa Blue. HEX triplet: 04, 4E and 4B. RGB value is (4,78,75). Sum of RGB (Red+Green+Blue) = 4+78+75=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #044E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E4B is #FBB1B4. Grayscale: #373737. Windows color (decimal): -16495029 or 4935172. OLE color: 4935172.
HSL color Cylindrical-coordinate representation of color #044E4B: hue angle of 177.57º 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 #044E4B is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 78 | 75 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.69 |
| HSL | 177.57º | 0.9% | 0.16% | - |
| HSV(B) | 177.57º | 0.95% | 0.31% | - |
| XYZ | 4.04 | 5.98 | 7.6 | - |
| YUV | 55.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 75 | 0.95 | 0 | 0.04 | 0.69 | 177.57 | 0.9 | 0.16 |
| Hex | 4 | 4E | 4B | 5F | 0 | 4 | 45 | B2 | 5A | 10 |
| Octal | 4 | 116 | 113 | 137 | 0 | 4 | 105 | 262 | 132 | 20 |
| Binary | 100 | 1001110 | 1001011 | 1011111 | 0 | 100 | 1000101 | 10110010 | 1011010 | 10000 |
Color Harmonies of #044E4B
Complementary color
Monochromatic Colors of #044E4B
Black with #044E4B
Text Example
Text Example
White with #044E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E4B; }
p { color: rgb(4,78,75); }
H1.HeaderClassName
{
color: #044E4B;
}
.AnyTagClassName
{
color: #044E4B;
}
</style>
background-color css
<style>
a { background-color: #044E4B; }
a { background-color: rgb(4,78,75); }
div.DivClassName
{
background-color: #044E4B;
}
.BgClassName
{
background-color: #044E4B;
}
</style>
border-color css
<style>
span { border-color: #044E4B; }
span { border-color: rgb(4,78,75); }
td.TdClassName
{
border-color: #044E4B;
}
.TagClassName
{
border-color: #044E4B;
}
</style>