Shades of Sherpa Blue #004C51
Tints of Sherpa Blue #004C51
RGB
CMYK
RGB Variations
Color information
#004C51 (or 0x004C51) is known color: Sherpa Blue. HEX triplet: 00, 4C and 51. RGB value is (0,76,81). Sum of RGB (Red+Green+Blue) = 0+76+81=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #004C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C51 is #FFB3AE. Grayscale: #353535. Windows color (decimal): -16757679 or 5327872. OLE color: 5327872.
HSL color Cylindrical-coordinate representation of color #004C51: hue angle of 183.7º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C51 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 76 | 81 | - |
| CMYK | 1 | 0.06 | 0 | 0.68 |
| HSL | 183.7º | 1% | 0.16% | - |
| HSV(B) | 183.7º | 1% | 0.32% | - |
| XYZ | 4.07 | 5.76 | 8.68 | - |
| YUV | 53.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 81 | 1 | 0.06 | 0 | 0.68 | 183.7 | 1 | 0.16 |
| Hex | 0 | 4C | 51 | 64 | 6 | 0 | 44 | B8 | 64 | 10 |
| Octal | 0 | 114 | 121 | 144 | 6 | 0 | 104 | 270 | 144 | 20 |
| Binary | 0 | 1001100 | 1010001 | 1100100 | 110 | 0 | 1000100 | 10111000 | 1100100 | 10000 |
Color Harmonies of #004C51
Complementary color
Monochromatic Colors of #004C51
Black with #004C51
Text Example
Text Example
White with #004C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C51; }
p { color: rgb(0,76,81); }
H1.HeaderClassName
{
color: #004C51;
}
.AnyTagClassName
{
color: #004C51;
}
</style>
background-color css
<style>
a { background-color: #004C51; }
a { background-color: rgb(0,76,81); }
div.DivClassName
{
background-color: #004C51;
}
.BgClassName
{
background-color: #004C51;
}
</style>
border-color css
<style>
span { border-color: #004C51; }
span { border-color: rgb(0,76,81); }
td.TdClassName
{
border-color: #004C51;
}
.TagClassName
{
border-color: #004C51;
}
</style>