Shades of Sherpa Blue #044C60
Tints of Sherpa Blue #044C60
RGB
CMYK
RGB Variations
Color information
#044C60 (or 0x044C60) is known color: Sherpa Blue. HEX triplet: 04, 4C and 60. RGB value is (4,76,96). Sum of RGB (Red+Green+Blue) = 4+76+96=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #044C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C60 is #FBB39F. Grayscale: #383838. Windows color (decimal): -16495520 or 6310916. OLE color: 6310916.
HSL color Cylindrical-coordinate representation of color #044C60: hue angle of 193.04º 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 #044C60 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 76 | 96 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.62 |
| HSL | 193.04º | 0.92% | 0.2% | - |
| HSV(B) | 193.04º | 0.96% | 0.38% | - |
| XYZ | 4.75 | 6.04 | 11.98 | - |
| YUV | 56.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 96 | 0.96 | 0.21 | 0 | 0.62 | 193.04 | 0.92 | 0.2 |
| Hex | 4 | 4C | 60 | 60 | 15 | 0 | 3E | C1 | 5C | 14 |
| Octal | 4 | 114 | 140 | 140 | 25 | 0 | 76 | 301 | 134 | 24 |
| Binary | 100 | 1001100 | 1100000 | 1100000 | 10101 | 0 | 111110 | 11000001 | 1011100 | 10100 |
Color Harmonies of #044C60
Complementary color
Monochromatic Colors of #044C60
Black with #044C60
Text Example
Text Example
White with #044C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C60; }
p { color: rgb(4,76,96); }
H1.HeaderClassName
{
color: #044C60;
}
.AnyTagClassName
{
color: #044C60;
}
</style>
background-color css
<style>
a { background-color: #044C60; }
a { background-color: rgb(4,76,96); }
div.DivClassName
{
background-color: #044C60;
}
.BgClassName
{
background-color: #044C60;
}
</style>
border-color css
<style>
span { border-color: #044C60; }
span { border-color: rgb(4,76,96); }
td.TdClassName
{
border-color: #044C60;
}
.TagClassName
{
border-color: #044C60;
}
</style>