Shades of Sherpa Blue #044C50
Tints of Sherpa Blue #044C50
RGB
CMYK
RGB Variations
Color information
#044C50 (or 0x044C50) is known color: Sherpa Blue. HEX triplet: 04, 4C and 50. RGB value is (4,76,80). Sum of RGB (Red+Green+Blue) = 4+76+80=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #044C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C50 is #FBB3AF. Grayscale: #363636. Windows color (decimal): -16495536 or 5262340. OLE color: 5262340.
HSL color Cylindrical-coordinate representation of color #044C50: hue angle of 183.16º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044C50 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 76 | 80 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.69 |
| HSL | 183.16º | 0.9% | 0.16% | - |
| HSV(B) | 183.16º | 0.95% | 0.31% | - |
| XYZ | 4.08 | 5.77 | 8.49 | - |
| YUV | 54.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 80 | 0.95 | 0.05 | 0 | 0.69 | 183.16 | 0.9 | 0.16 |
| Hex | 4 | 4C | 50 | 5F | 5 | 0 | 45 | B7 | 5A | 10 |
| Octal | 4 | 114 | 120 | 137 | 5 | 0 | 105 | 267 | 132 | 20 |
| Binary | 100 | 1001100 | 1010000 | 1011111 | 101 | 0 | 1000101 | 10110111 | 1011010 | 10000 |
Color Harmonies of #044C50
Complementary color
Monochromatic Colors of #044C50
Black with #044C50
Text Example
Text Example
White with #044C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C50; }
p { color: rgb(4,76,80); }
H1.HeaderClassName
{
color: #044C50;
}
.AnyTagClassName
{
color: #044C50;
}
</style>
background-color css
<style>
a { background-color: #044C50; }
a { background-color: rgb(4,76,80); }
div.DivClassName
{
background-color: #044C50;
}
.BgClassName
{
background-color: #044C50;
}
</style>
border-color css
<style>
span { border-color: #044C50; }
span { border-color: rgb(4,76,80); }
td.TdClassName
{
border-color: #044C50;
}
.TagClassName
{
border-color: #044C50;
}
</style>