Shades of Sherpa Blue #024C4B
Tints of Sherpa Blue #024C4B
RGB
CMYK
RGB Variations
Color information
#024C4B (or 0x024C4B) is known color: Sherpa Blue. HEX triplet: 02, 4C and 4B. RGB value is (2,76,75). Sum of RGB (Red+Green+Blue) = 2+76+75=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #024C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C4B is #FDB3B4. Grayscale: #353535. Windows color (decimal): -16626613 or 4934658. OLE color: 4934658.
HSL color Cylindrical-coordinate representation of color #024C4B: hue angle of 179.19º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024C4B is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 76 | 75 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.70 |
| HSL | 179.19º | 0.95% | 0.15% | - |
| HSV(B) | 179.19º | 0.97% | 0.3% | - |
| XYZ | 3.88 | 5.69 | 7.55 | - |
| YUV | 53.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 75 | 0.97 | 0 | 0.01 | 0.70 | 179.19 | 0.95 | 0.15 |
| Hex | 2 | 4C | 4B | 61 | 0 | 1 | 46 | B3 | 5F | F |
| Octal | 2 | 114 | 113 | 141 | 0 | 1 | 106 | 263 | 137 | 17 |
| Binary | 10 | 1001100 | 1001011 | 1100001 | 0 | 1 | 1000110 | 10110011 | 1011111 | 1111 |
Color Harmonies of #024C4B
Complementary color
Monochromatic Colors of #024C4B
Black with #024C4B
Text Example
Text Example
White with #024C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C4B; }
p { color: rgb(2,76,75); }
H1.HeaderClassName
{
color: #024C4B;
}
.AnyTagClassName
{
color: #024C4B;
}
</style>
background-color css
<style>
a { background-color: #024C4B; }
a { background-color: rgb(2,76,75); }
div.DivClassName
{
background-color: #024C4B;
}
.BgClassName
{
background-color: #024C4B;
}
</style>
border-color css
<style>
span { border-color: #024C4B; }
span { border-color: rgb(2,76,75); }
td.TdClassName
{
border-color: #024C4B;
}
.TagClassName
{
border-color: #024C4B;
}
</style>