Shades of Como #476E58
Tints of Como #476E58
RGB
CMYK
RGB Variations
Color information
#476E58 (or 0x476E58) is known color: Como. HEX triplet: 47, 6E and 58. RGB value is (71,110,88). Sum of RGB (Red+Green+Blue) = 71+110+88=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 110 - color contains mainly: green. Hex color #476E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E58 is #B891A7. Grayscale: #5F5F5F. Windows color (decimal): -12095912 or 5795399. OLE color: 5795399.
HSL color Cylindrical-coordinate representation of color #476E58: hue angle of 146.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476E58 is Cyan = 0.35, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 110 | 88 | - |
| CMYK | 0.35 | 0 | 0.2 | 0.57 |
| HSL | 146.15º | 0.22% | 0.35% | - |
| HSV(B) | 146.15º | 0.35% | 0.43% | - |
| XYZ | 9.94 | 13.2 | 11.26 | - |
| YUV | 95.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 88 | 0.35 | 0 | 0.2 | 0.57 | 146.15 | 0.22 | 0.35 |
| Hex | 47 | 6E | 58 | 23 | 0 | 14 | 39 | 92 | 16 | 23 |
| Octal | 107 | 156 | 130 | 43 | 0 | 24 | 71 | 222 | 26 | 43 |
| Binary | 1000111 | 1101110 | 1011000 | 100011 | 0 | 10100 | 111001 | 10010010 | 10110 | 100011 |
Color Harmonies of #476E58
Complementary color
Monochromatic Colors of #476E58
Black with #476E58
Text Example
Text Example
White with #476E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476E58; }
p { color: rgb(71,110,88); }
H1.HeaderClassName
{
color: #476E58;
}
.AnyTagClassName
{
color: #476E58;
}
</style>
background-color css
<style>
a { background-color: #476E58; }
a { background-color: rgb(71,110,88); }
div.DivClassName
{
background-color: #476E58;
}
.BgClassName
{
background-color: #476E58;
}
</style>
border-color css
<style>
span { border-color: #476E58; }
span { border-color: rgb(71,110,88); }
td.TdClassName
{
border-color: #476E58;
}
.TagClassName
{
border-color: #476E58;
}
</style>