Shades of Sherpa Blue #044950
Tints of Sherpa Blue #044950
RGB
CMYK
RGB Variations
Color information
#044950 (or 0x044950) is known color: Sherpa Blue. HEX triplet: 04, 49 and 50. RGB value is (4,73,80). Sum of RGB (Red+Green+Blue) = 4+73+80=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #044950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044950 is #FBB6AF. Grayscale: #353535. Windows color (decimal): -16496304 or 5261572. OLE color: 5261572.
HSL color Cylindrical-coordinate representation of color #044950: hue angle of 185.53º 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 #044950 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 73 | 80 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.69 |
| HSL | 185.53º | 0.9% | 0.16% | - |
| HSV(B) | 185.53º | 0.95% | 0.31% | - |
| XYZ | 3.88 | 5.37 | 8.42 | - |
| YUV | 53.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 80 | 0.95 | 0.09 | 0 | 0.69 | 185.53 | 0.9 | 0.16 |
| Hex | 4 | 49 | 50 | 5F | 9 | 0 | 45 | BA | 5A | 10 |
| Octal | 4 | 111 | 120 | 137 | 11 | 0 | 105 | 272 | 132 | 20 |
| Binary | 100 | 1001001 | 1010000 | 1011111 | 1001 | 0 | 1000101 | 10111010 | 1011010 | 10000 |
Color Harmonies of #044950
Complementary color
Monochromatic Colors of #044950
Black with #044950
Text Example
Text Example
White with #044950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044950; }
p { color: rgb(4,73,80); }
H1.HeaderClassName
{
color: #044950;
}
.AnyTagClassName
{
color: #044950;
}
</style>
background-color css
<style>
a { background-color: #044950; }
a { background-color: rgb(4,73,80); }
div.DivClassName
{
background-color: #044950;
}
.BgClassName
{
background-color: #044950;
}
</style>
border-color css
<style>
span { border-color: #044950; }
span { border-color: rgb(4,73,80); }
td.TdClassName
{
border-color: #044950;
}
.TagClassName
{
border-color: #044950;
}
</style>