Shades of Sherpa Blue #044860
Tints of Sherpa Blue #044860
RGB
CMYK
RGB Variations
Color information
#044860 (or 0x044860) is known color: Sherpa Blue. HEX triplet: 04, 48 and 60. RGB value is (4,72,96). Sum of RGB (Red+Green+Blue) = 4+72+96=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #044860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044860 is #FBB79F. Grayscale: #363636. Windows color (decimal): -16496544 or 6309892. OLE color: 6309892.
HSL color Cylindrical-coordinate representation of color #044860: hue angle of 195.65º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044860 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 72 | 96 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.62 |
| HSL | 195.65º | 0.92% | 0.2% | - |
| HSV(B) | 195.65º | 0.96% | 0.38% | - |
| XYZ | 4.48 | 5.51 | 11.89 | - |
| YUV | 54.4 | 151.47 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 96 | 0.96 | 0.25 | 0 | 0.62 | 195.65 | 0.92 | 0.2 |
| Hex | 4 | 48 | 60 | 60 | 19 | 0 | 3E | C4 | 5C | 14 |
| Octal | 4 | 110 | 140 | 140 | 31 | 0 | 76 | 304 | 134 | 24 |
| Binary | 100 | 1001000 | 1100000 | 1100000 | 11001 | 0 | 111110 | 11000100 | 1011100 | 10100 |
Color Harmonies of #044860
Complementary color
Monochromatic Colors of #044860
Black with #044860
Text Example
Text Example
White with #044860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044860; }
p { color: rgb(4,72,96); }
H1.HeaderClassName
{
color: #044860;
}
.AnyTagClassName
{
color: #044860;
}
</style>
background-color css
<style>
a { background-color: #044860; }
a { background-color: rgb(4,72,96); }
div.DivClassName
{
background-color: #044860;
}
.BgClassName
{
background-color: #044860;
}
</style>
border-color css
<style>
span { border-color: #044860; }
span { border-color: rgb(4,72,96); }
td.TdClassName
{
border-color: #044860;
}
.TagClassName
{
border-color: #044860;
}
</style>