Shades of Sherpa Blue #004A4D
Tints of Sherpa Blue #004A4D
RGB
CMYK
RGB Variations
Color information
#004A4D (or 0x004A4D) is known color: Sherpa Blue. HEX triplet: 00, 4A and 4D. RGB value is (0,74,77). Sum of RGB (Red+Green+Blue) = 0+74+77=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #004A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A4D is #FFB5B2. Grayscale: #343434. Windows color (decimal): -16758195 or 5065216. OLE color: 5065216.
HSL color Cylindrical-coordinate representation of color #004A4D: hue angle of 182.34º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A4D is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 74 | 77 | - |
| CMYK | 1 | 0.04 | 0 | 0.70 |
| HSL | 182.34º | 1% | 0.15% | - |
| HSV(B) | 182.34º | 1% | 0.3% | - |
| XYZ | 3.79 | 5.43 | 7.87 | - |
| YUV | 52.22 | 141.98 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 77 | 1 | 0.04 | 0 | 0.70 | 182.34 | 1 | 0.15 |
| Hex | 0 | 4A | 4D | 64 | 4 | 0 | 46 | B6 | 64 | F |
| Octal | 0 | 112 | 115 | 144 | 4 | 0 | 106 | 266 | 144 | 17 |
| Binary | 0 | 1001010 | 1001101 | 1100100 | 100 | 0 | 1000110 | 10110110 | 1100100 | 1111 |
Color Harmonies of #004A4D
Complementary color
Monochromatic Colors of #004A4D
Black with #004A4D
Text Example
Text Example
White with #004A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A4D; }
p { color: rgb(0,74,77); }
H1.HeaderClassName
{
color: #004A4D;
}
.AnyTagClassName
{
color: #004A4D;
}
</style>
background-color css
<style>
a { background-color: #004A4D; }
a { background-color: rgb(0,74,77); }
div.DivClassName
{
background-color: #004A4D;
}
.BgClassName
{
background-color: #004A4D;
}
</style>
border-color css
<style>
span { border-color: #004A4D; }
span { border-color: rgb(0,74,77); }
td.TdClassName
{
border-color: #004A4D;
}
.TagClassName
{
border-color: #004A4D;
}
</style>