Shades of Sherpa Blue #044E5F
Tints of Sherpa Blue #044E5F
RGB
CMYK
RGB Variations
Color information
#044E5F (or 0x044E5F) is known color: Sherpa Blue. HEX triplet: 04, 4E and 5F. RGB value is (4,78,95). Sum of RGB (Red+Green+Blue) = 4+78+95=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #044E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E5F is #FBB1A0. Grayscale: #393939. Windows color (decimal): -16495009 or 6245892. OLE color: 6245892.
HSL color Cylindrical-coordinate representation of color #044E5F: hue angle of 191.21º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044E5F is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 78 | 95 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.63 |
| HSL | 191.21º | 0.92% | 0.19% | - |
| HSV(B) | 191.21º | 0.96% | 0.37% | - |
| XYZ | 4.84 | 6.3 | 11.79 | - |
| YUV | 57.81 | 148.98 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 95 | 0.96 | 0.18 | 0 | 0.63 | 191.21 | 0.92 | 0.19 |
| Hex | 4 | 4E | 5F | 60 | 12 | 0 | 3F | BF | 5C | 13 |
| Octal | 4 | 116 | 137 | 140 | 22 | 0 | 77 | 277 | 134 | 23 |
| Binary | 100 | 1001110 | 1011111 | 1100000 | 10010 | 0 | 111111 | 10111111 | 1011100 | 10011 |
Color Harmonies of #044E5F
Complementary color
Monochromatic Colors of #044E5F
Black with #044E5F
Text Example
Text Example
White with #044E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E5F; }
p { color: rgb(4,78,95); }
H1.HeaderClassName
{
color: #044E5F;
}
.AnyTagClassName
{
color: #044E5F;
}
</style>
background-color css
<style>
a { background-color: #044E5F; }
a { background-color: rgb(4,78,95); }
div.DivClassName
{
background-color: #044E5F;
}
.BgClassName
{
background-color: #044E5F;
}
</style>
border-color css
<style>
span { border-color: #044E5F; }
span { border-color: rgb(4,78,95); }
td.TdClassName
{
border-color: #044E5F;
}
.TagClassName
{
border-color: #044E5F;
}
</style>