Shades of Sherpa Blue #044660
Tints of Sherpa Blue #044660
RGB
CMYK
RGB Variations
Color information
#044660 (or 0x044660) is known color: Sherpa Blue. HEX triplet: 04, 46 and 60. RGB value is (4,70,96). Sum of RGB (Red+Green+Blue) = 4+70+96=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #044660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044660 is #FBB99F. Grayscale: #353535. Windows color (decimal): -16497056 or 6309380. OLE color: 6309380.
HSL color Cylindrical-coordinate representation of color #044660: hue angle of 196.96º 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 #044660 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 70 | 96 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.62 |
| HSL | 196.96º | 0.92% | 0.2% | - |
| HSV(B) | 196.96º | 0.96% | 0.38% | - |
| XYZ | 4.35 | 5.25 | 11.85 | - |
| YUV | 53.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 96 | 0.96 | 0.27 | 0 | 0.62 | 196.96 | 0.92 | 0.2 |
| Hex | 4 | 46 | 60 | 60 | 1B | 0 | 3E | C5 | 5C | 14 |
| Octal | 4 | 106 | 140 | 140 | 33 | 0 | 76 | 305 | 134 | 24 |
| Binary | 100 | 1000110 | 1100000 | 1100000 | 11011 | 0 | 111110 | 11000101 | 1011100 | 10100 |
Color Harmonies of #044660
Complementary color
Monochromatic Colors of #044660
Black with #044660
Text Example
Text Example
White with #044660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044660; }
p { color: rgb(4,70,96); }
H1.HeaderClassName
{
color: #044660;
}
.AnyTagClassName
{
color: #044660;
}
</style>
background-color css
<style>
a { background-color: #044660; }
a { background-color: rgb(4,70,96); }
div.DivClassName
{
background-color: #044660;
}
.BgClassName
{
background-color: #044660;
}
</style>
border-color css
<style>
span { border-color: #044660; }
span { border-color: rgb(4,70,96); }
td.TdClassName
{
border-color: #044660;
}
.TagClassName
{
border-color: #044660;
}
</style>