Shades of Sherpa Blue #024E49
Tints of Sherpa Blue #024E49
RGB
CMYK
RGB Variations
Color information
#024E49 (or 0x024E49) is known color: Sherpa Blue. HEX triplet: 02, 4E and 49. RGB value is (2,78,73). Sum of RGB (Red+Green+Blue) = 2+78+73=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 78 (30.86% from 255 or 50.98% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 78 - color contains mainly: green. Hex color #024E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E49 is #FDB1B6. Grayscale: #363636. Windows color (decimal): -16626103 or 4804098. OLE color: 4804098.
HSL color Cylindrical-coordinate representation of color #024E49: hue angle of 176.05º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E49 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 78 | 73 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.69 |
| HSL | 176.05º | 0.95% | 0.16% | - |
| HSV(B) | 176.05º | 0.97% | 0.31% | - |
| XYZ | 3.95 | 5.94 | 7.24 | - |
| YUV | 54.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 73 | 0.97 | 0 | 0.06 | 0.69 | 176.05 | 0.95 | 0.16 |
| Hex | 2 | 4E | 49 | 61 | 0 | 6 | 45 | B0 | 5F | 10 |
| Octal | 2 | 116 | 111 | 141 | 0 | 6 | 105 | 260 | 137 | 20 |
| Binary | 10 | 1001110 | 1001001 | 1100001 | 0 | 110 | 1000101 | 10110000 | 1011111 | 10000 |
Color Harmonies of #024E49
Complementary color
Monochromatic Colors of #024E49
Black with #024E49
Text Example
Text Example
White with #024E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E49; }
p { color: rgb(2,78,73); }
H1.HeaderClassName
{
color: #024E49;
}
.AnyTagClassName
{
color: #024E49;
}
</style>
background-color css
<style>
a { background-color: #024E49; }
a { background-color: rgb(2,78,73); }
div.DivClassName
{
background-color: #024E49;
}
.BgClassName
{
background-color: #024E49;
}
</style>
border-color css
<style>
span { border-color: #024E49; }
span { border-color: rgb(2,78,73); }
td.TdClassName
{
border-color: #024E49;
}
.TagClassName
{
border-color: #024E49;
}
</style>