Shades of Sherpa Blue #004945
Tints of Sherpa Blue #004945
RGB
CMYK
RGB Variations
Color information
#004945 (or 0x004945) is known color: Sherpa Blue. HEX triplet: 00, 49 and 45. RGB value is (0,73,69). Sum of RGB (Red+Green+Blue) = 0+73+69=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #004945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004945 is #FFB6BA. Grayscale: #323232. Windows color (decimal): -16758459 or 4540672. OLE color: 4540672.
HSL color Cylindrical-coordinate representation of color #004945: hue angle of 176.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004945 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 73 | 69 | - |
| CMYK | 1 | 0 | 0.05 | 0.71 |
| HSL | 176.71º | 1% | 0.14% | - |
| HSV(B) | 176.71º | 1% | 0.29% | - |
| XYZ | 3.46 | 5.19 | 6.45 | - |
| YUV | 50.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 69 | 1 | 0 | 0.05 | 0.71 | 176.71 | 1 | 0.14 |
| Hex | 0 | 49 | 45 | 64 | 0 | 5 | 47 | B1 | 64 | E |
| Octal | 0 | 111 | 105 | 144 | 0 | 5 | 107 | 261 | 144 | 16 |
| Binary | 0 | 1001001 | 1000101 | 1100100 | 0 | 101 | 1000111 | 10110001 | 1100100 | 1110 |
Color Harmonies of #004945
Complementary color
Monochromatic Colors of #004945
Black with #004945
Text Example
Text Example
White with #004945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004945; }
p { color: rgb(0,73,69); }
H1.HeaderClassName
{
color: #004945;
}
.AnyTagClassName
{
color: #004945;
}
</style>
background-color css
<style>
a { background-color: #004945; }
a { background-color: rgb(0,73,69); }
div.DivClassName
{
background-color: #004945;
}
.BgClassName
{
background-color: #004945;
}
</style>
border-color css
<style>
span { border-color: #004945; }
span { border-color: rgb(0,73,69); }
td.TdClassName
{
border-color: #004945;
}
.TagClassName
{
border-color: #004945;
}
</style>