Shades of Sherpa Blue #004953
Tints of Sherpa Blue #004953
RGB
CMYK
RGB Variations
Color information
#004953 (or 0x004953) is known color: Sherpa Blue. HEX triplet: 00, 49 and 53. RGB value is (0,73,83). Sum of RGB (Red+Green+Blue) = 0+73+83=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #004953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004953 is #FFB6AC. Grayscale: #343434. Windows color (decimal): -16758445 or 5458176. OLE color: 5458176.
HSL color Cylindrical-coordinate representation of color #004953: hue angle of 187.23º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004953 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 73 | 83 | - |
| CMYK | 1 | 0.12 | 0 | 0.67 |
| HSL | 187.23º | 1% | 0.16% | - |
| HSV(B) | 187.23º | 1% | 0.33% | - |
| XYZ | 3.94 | 5.39 | 9.02 | - |
| YUV | 52.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 83 | 1 | 0.12 | 0 | 0.67 | 187.23 | 1 | 0.16 |
| Hex | 0 | 49 | 53 | 64 | C | 0 | 43 | BB | 64 | 10 |
| Octal | 0 | 111 | 123 | 144 | 14 | 0 | 103 | 273 | 144 | 20 |
| Binary | 0 | 1001001 | 1010011 | 1100100 | 1100 | 0 | 1000011 | 10111011 | 1100100 | 10000 |
Color Harmonies of #004953
Complementary color
Monochromatic Colors of #004953
Black with #004953
Text Example
Text Example
White with #004953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004953; }
p { color: rgb(0,73,83); }
H1.HeaderClassName
{
color: #004953;
}
.AnyTagClassName
{
color: #004953;
}
</style>
background-color css
<style>
a { background-color: #004953; }
a { background-color: rgb(0,73,83); }
div.DivClassName
{
background-color: #004953;
}
.BgClassName
{
background-color: #004953;
}
</style>
border-color css
<style>
span { border-color: #004953; }
span { border-color: rgb(0,73,83); }
td.TdClassName
{
border-color: #004953;
}
.TagClassName
{
border-color: #004953;
}
</style>