Shades of Sherpa Blue #00494E
Tints of Sherpa Blue #00494E
RGB
CMYK
RGB Variations
Color information
#00494E (or 0x00494E) is known color: Sherpa Blue. HEX triplet: 00, 49 and 4E. RGB value is (0,73,78). Sum of RGB (Red+Green+Blue) = 0+73+78=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #00494E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00494E is #FFB6B1. Grayscale: #333333. Windows color (decimal): -16758450 or 5130496. OLE color: 5130496.
HSL color Cylindrical-coordinate representation of color #00494E: hue angle of 183.85º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00494E is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 73 | 78 | - |
| CMYK | 1 | 0.06 | 0 | 0.69 |
| HSL | 183.85º | 1% | 0.15% | - |
| HSV(B) | 183.85º | 1% | 0.31% | - |
| XYZ | 3.76 | 5.32 | 8.04 | - |
| YUV | 51.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 78 | 1 | 0.06 | 0 | 0.69 | 183.85 | 1 | 0.15 |
| Hex | 0 | 49 | 4E | 64 | 6 | 0 | 45 | B8 | 64 | F |
| Octal | 0 | 111 | 116 | 144 | 6 | 0 | 105 | 270 | 144 | 17 |
| Binary | 0 | 1001001 | 1001110 | 1100100 | 110 | 0 | 1000101 | 10111000 | 1100100 | 1111 |
Color Harmonies of #00494E
Complementary color
Monochromatic Colors of #00494E
Black with #00494E
Text Example
Text Example
White with #00494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00494E; }
p { color: rgb(0,73,78); }
H1.HeaderClassName
{
color: #00494E;
}
.AnyTagClassName
{
color: #00494E;
}
</style>
background-color css
<style>
a { background-color: #00494E; }
a { background-color: rgb(0,73,78); }
div.DivClassName
{
background-color: #00494E;
}
.BgClassName
{
background-color: #00494E;
}
</style>
border-color css
<style>
span { border-color: #00494E; }
span { border-color: rgb(0,73,78); }
td.TdClassName
{
border-color: #00494E;
}
.TagClassName
{
border-color: #00494E;
}
</style>