Shades of Sherpa Blue #004955
Tints of Sherpa Blue #004955
RGB
CMYK
RGB Variations
Color information
#004955 (or 0x004955) is known color: Sherpa Blue. HEX triplet: 00, 49 and 55. RGB value is (0,73,85). Sum of RGB (Red+Green+Blue) = 0+73+85=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #004955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004955 is #FFB6AA. Grayscale: #343434. Windows color (decimal): -16758443 or 5589248. OLE color: 5589248.
HSL color Cylindrical-coordinate representation of color #004955: hue angle of 188.47º 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 #004955 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 73 | 85 | - |
| CMYK | 1 | 0.14 | 0 | 0.67 |
| HSL | 188.47º | 1% | 0.17% | - |
| HSV(B) | 188.47º | 1% | 0.33% | - |
| XYZ | 4.02 | 5.42 | 9.43 | - |
| YUV | 52.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 85 | 1 | 0.14 | 0 | 0.67 | 188.47 | 1 | 0.17 |
| Hex | 0 | 49 | 55 | 64 | E | 0 | 43 | BC | 64 | 11 |
| Octal | 0 | 111 | 125 | 144 | 16 | 0 | 103 | 274 | 144 | 21 |
| Binary | 0 | 1001001 | 1010101 | 1100100 | 1110 | 0 | 1000011 | 10111100 | 1100100 | 10001 |
Color Harmonies of #004955
Complementary color
Monochromatic Colors of #004955
Black with #004955
Text Example
Text Example
White with #004955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004955; }
p { color: rgb(0,73,85); }
H1.HeaderClassName
{
color: #004955;
}
.AnyTagClassName
{
color: #004955;
}
</style>
background-color css
<style>
a { background-color: #004955; }
a { background-color: rgb(0,73,85); }
div.DivClassName
{
background-color: #004955;
}
.BgClassName
{
background-color: #004955;
}
</style>
border-color css
<style>
span { border-color: #004955; }
span { border-color: rgb(0,73,85); }
td.TdClassName
{
border-color: #004955;
}
.TagClassName
{
border-color: #004955;
}
</style>