Shades of Sherpa Blue #00474A
Tints of Sherpa Blue #00474A
RGB
CMYK
RGB Variations
Color information
#00474A (or 0x00474A) is known color: Sherpa Blue. HEX triplet: 00, 47 and 4A. RGB value is (0,71,74). Sum of RGB (Red+Green+Blue) = 0+71+74=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #00474A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00474A is #FFB8B5. Grayscale: #323232. Windows color (decimal): -16758966 or 4867840. OLE color: 4867840.
HSL color Cylindrical-coordinate representation of color #00474A: hue angle of 182.43º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00474A is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 71 | 74 | - |
| CMYK | 1 | 0.04 | 0 | 0.71 |
| HSL | 182.43º | 1% | 0.15% | - |
| HSV(B) | 182.43º | 1% | 0.29% | - |
| XYZ | 3.49 | 5 | 7.26 | - |
| YUV | 50.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 74 | 1 | 0.04 | 0 | 0.71 | 182.43 | 1 | 0.15 |
| Hex | 0 | 47 | 4A | 64 | 4 | 0 | 47 | B6 | 64 | F |
| Octal | 0 | 107 | 112 | 144 | 4 | 0 | 107 | 266 | 144 | 17 |
| Binary | 0 | 1000111 | 1001010 | 1100100 | 100 | 0 | 1000111 | 10110110 | 1100100 | 1111 |
Color Harmonies of #00474A
Complementary color
Monochromatic Colors of #00474A
Black with #00474A
Text Example
Text Example
White with #00474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00474A; }
p { color: rgb(0,71,74); }
H1.HeaderClassName
{
color: #00474A;
}
.AnyTagClassName
{
color: #00474A;
}
</style>
background-color css
<style>
a { background-color: #00474A; }
a { background-color: rgb(0,71,74); }
div.DivClassName
{
background-color: #00474A;
}
.BgClassName
{
background-color: #00474A;
}
</style>
border-color css
<style>
span { border-color: #00474A; }
span { border-color: rgb(0,71,74); }
td.TdClassName
{
border-color: #00474A;
}
.TagClassName
{
border-color: #00474A;
}
</style>