Shades of Sherpa Blue #004A55
Tints of Sherpa Blue #004A55
RGB
CMYK
RGB Variations
Color information
#004A55 (or 0x004A55) is known color: Sherpa Blue. HEX triplet: 00, 4A and 55. RGB value is (0,74,85). Sum of RGB (Red+Green+Blue) = 0+74+85=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #004A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A55 is #FFB5AA. Grayscale: #353535. Windows color (decimal): -16758187 or 5589504. OLE color: 5589504.
HSL color Cylindrical-coordinate representation of color #004A55: hue angle of 187.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A55 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 74 | 85 | - |
| CMYK | 1 | 0.13 | 0 | 0.67 |
| HSL | 187.76º | 1% | 0.17% | - |
| HSV(B) | 187.76º | 1% | 0.33% | - |
| XYZ | 4.09 | 5.55 | 9.45 | - |
| YUV | 53.13 | 145.98 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 85 | 1 | 0.13 | 0 | 0.67 | 187.76 | 1 | 0.17 |
| Hex | 0 | 4A | 55 | 64 | D | 0 | 43 | BC | 64 | 11 |
| Octal | 0 | 112 | 125 | 144 | 15 | 0 | 103 | 274 | 144 | 21 |
| Binary | 0 | 1001010 | 1010101 | 1100100 | 1101 | 0 | 1000011 | 10111100 | 1100100 | 10001 |
Color Harmonies of #004A55
Complementary color
Monochromatic Colors of #004A55
Black with #004A55
Text Example
Text Example
White with #004A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A55; }
p { color: rgb(0,74,85); }
H1.HeaderClassName
{
color: #004A55;
}
.AnyTagClassName
{
color: #004A55;
}
</style>
background-color css
<style>
a { background-color: #004A55; }
a { background-color: rgb(0,74,85); }
div.DivClassName
{
background-color: #004A55;
}
.BgClassName
{
background-color: #004A55;
}
</style>
border-color css
<style>
span { border-color: #004A55; }
span { border-color: rgb(0,74,85); }
td.TdClassName
{
border-color: #004A55;
}
.TagClassName
{
border-color: #004A55;
}
</style>