Shades of Como #47705A
Tints of Como #47705A
RGB
CMYK
RGB Variations
Color information
#47705A (or 0x47705A) is known color: Como. HEX triplet: 47, 70 and 5A. RGB value is (71,112,90). Sum of RGB (Red+Green+Blue) = 71+112+90=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #47705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47705A is #B88FA5. Grayscale: #616161. Windows color (decimal): -12095398 or 5926983. OLE color: 5926983.
HSL color Cylindrical-coordinate representation of color #47705A: hue angle of 147.8º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47705A is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 112 | 90 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.56 |
| HSL | 147.8º | 0.22% | 0.36% | - |
| HSV(B) | 147.8º | 0.37% | 0.44% | - |
| XYZ | 10.24 | 13.67 | 11.77 | - |
| YUV | 97.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 90 | 0.37 | 0 | 0.20 | 0.56 | 147.8 | 0.22 | 0.36 |
| Hex | 47 | 70 | 5A | 25 | 0 | 14 | 38 | 94 | 16 | 24 |
| Octal | 107 | 160 | 132 | 45 | 0 | 24 | 70 | 224 | 26 | 44 |
| Binary | 1000111 | 1110000 | 1011010 | 100101 | 0 | 10100 | 111000 | 10010100 | 10110 | 100100 |
Color Harmonies of #47705A
Complementary color
Monochromatic Colors of #47705A
Black with #47705A
Text Example
Text Example
White with #47705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47705A; }
p { color: rgb(71,112,90); }
H1.HeaderClassName
{
color: #47705A;
}
.AnyTagClassName
{
color: #47705A;
}
</style>
background-color css
<style>
a { background-color: #47705A; }
a { background-color: rgb(71,112,90); }
div.DivClassName
{
background-color: #47705A;
}
.BgClassName
{
background-color: #47705A;
}
</style>
border-color css
<style>
span { border-color: #47705A; }
span { border-color: rgb(71,112,90); }
td.TdClassName
{
border-color: #47705A;
}
.TagClassName
{
border-color: #47705A;
}
</style>