Shades of Sherpa Blue #044E5B
Tints of Sherpa Blue #044E5B
RGB
CMYK
RGB Variations
Color information
#044E5B (or 0x044E5B) is known color: Sherpa Blue. HEX triplet: 04, 4E and 5B. RGB value is (4,78,91). Sum of RGB (Red+Green+Blue) = 4+78+91=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #044E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E5B is #FBB1A4. Grayscale: #393939. Windows color (decimal): -16495013 or 5983748. OLE color: 5983748.
HSL color Cylindrical-coordinate representation of color #044E5B: hue angle of 188.97º 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 #044E5B is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 78 | 91 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.64 |
| HSL | 188.97º | 0.92% | 0.19% | - |
| HSV(B) | 188.97º | 0.96% | 0.36% | - |
| XYZ | 4.66 | 6.23 | 10.85 | - |
| YUV | 57.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 91 | 0.96 | 0.14 | 0 | 0.64 | 188.97 | 0.92 | 0.19 |
| Hex | 4 | 4E | 5B | 60 | E | 0 | 40 | BD | 5C | 13 |
| Octal | 4 | 116 | 133 | 140 | 16 | 0 | 100 | 275 | 134 | 23 |
| Binary | 100 | 1001110 | 1011011 | 1100000 | 1110 | 0 | 1000000 | 10111101 | 1011100 | 10011 |
Color Harmonies of #044E5B
Complementary color
Monochromatic Colors of #044E5B
Black with #044E5B
Text Example
Text Example
White with #044E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E5B; }
p { color: rgb(4,78,91); }
H1.HeaderClassName
{
color: #044E5B;
}
.AnyTagClassName
{
color: #044E5B;
}
</style>
background-color css
<style>
a { background-color: #044E5B; }
a { background-color: rgb(4,78,91); }
div.DivClassName
{
background-color: #044E5B;
}
.BgClassName
{
background-color: #044E5B;
}
</style>
border-color css
<style>
span { border-color: #044E5B; }
span { border-color: rgb(4,78,91); }
td.TdClassName
{
border-color: #044E5B;
}
.TagClassName
{
border-color: #044E5B;
}
</style>