Shades of Sherpa Blue #004C5E
Tints of Sherpa Blue #004C5E
RGB
CMYK
RGB Variations
Color information
#004C5E (or 0x004C5E) is known color: Sherpa Blue. HEX triplet: 00, 4C and 5E. RGB value is (0,76,94). Sum of RGB (Red+Green+Blue) = 0+76+94=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #004C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C5E is #FFB3A1. Grayscale: #373737. Windows color (decimal): -16757666 or 6179840. OLE color: 6179840.
HSL color Cylindrical-coordinate representation of color #004C5E: hue angle of 191.49º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C5E is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 76 | 94 | - |
| CMYK | 1 | 0.19 | 0 | 0.63 |
| HSL | 191.49º | 1% | 0.18% | - |
| HSV(B) | 191.49º | 1% | 0.37% | - |
| XYZ | 4.6 | 5.98 | 11.5 | - |
| YUV | 55.33 | 149.82 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 94 | 1 | 0.19 | 0 | 0.63 | 191.49 | 1 | 0.18 |
| Hex | 0 | 4C | 5E | 64 | 13 | 0 | 3F | BF | 64 | 12 |
| Octal | 0 | 114 | 136 | 144 | 23 | 0 | 77 | 277 | 144 | 22 |
| Binary | 0 | 1001100 | 1011110 | 1100100 | 10011 | 0 | 111111 | 10111111 | 1100100 | 10010 |
Color Harmonies of #004C5E
Complementary color
Monochromatic Colors of #004C5E
Black with #004C5E
Text Example
Text Example
White with #004C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C5E; }
p { color: rgb(0,76,94); }
H1.HeaderClassName
{
color: #004C5E;
}
.AnyTagClassName
{
color: #004C5E;
}
</style>
background-color css
<style>
a { background-color: #004C5E; }
a { background-color: rgb(0,76,94); }
div.DivClassName
{
background-color: #004C5E;
}
.BgClassName
{
background-color: #004C5E;
}
</style>
border-color css
<style>
span { border-color: #004C5E; }
span { border-color: rgb(0,76,94); }
td.TdClassName
{
border-color: #004C5E;
}
.TagClassName
{
border-color: #004C5E;
}
</style>