Shades of Como #476F54
Tints of Como #476F54
RGB
CMYK
RGB Variations
Color information
#476F54 (or 0x476F54) is known color: Como. HEX triplet: 47, 6F and 54. RGB value is (71,111,84). Sum of RGB (Red+Green+Blue) = 71+111+84=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #476F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F54 is #B890AB. Grayscale: #606060. Windows color (decimal): -12095660 or 5533511. OLE color: 5533511.
HSL color Cylindrical-coordinate representation of color #476F54: hue angle of 139.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #476F54 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 111 | 84 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.56 |
| HSL | 139.5º | 0.22% | 0.36% | - |
| HSV(B) | 139.5º | 0.36% | 0.44% | - |
| XYZ | 9.88 | 13.35 | 10.44 | - |
| YUV | 95.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 84 | 0.36 | 0 | 0.24 | 0.56 | 139.5 | 0.22 | 0.36 |
| Hex | 47 | 6F | 54 | 24 | 0 | 18 | 38 | 8C | 16 | 24 |
| Octal | 107 | 157 | 124 | 44 | 0 | 30 | 70 | 214 | 26 | 44 |
| Binary | 1000111 | 1101111 | 1010100 | 100100 | 0 | 11000 | 111000 | 10001100 | 10110 | 100100 |
Color Harmonies of #476F54
Complementary color
Monochromatic Colors of #476F54
Black with #476F54
Text Example
Text Example
White with #476F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476F54; }
p { color: rgb(71,111,84); }
H1.HeaderClassName
{
color: #476F54;
}
.AnyTagClassName
{
color: #476F54;
}
</style>
background-color css
<style>
a { background-color: #476F54; }
a { background-color: rgb(71,111,84); }
div.DivClassName
{
background-color: #476F54;
}
.BgClassName
{
background-color: #476F54;
}
</style>
border-color css
<style>
span { border-color: #476F54; }
span { border-color: rgb(71,111,84); }
td.TdClassName
{
border-color: #476F54;
}
.TagClassName
{
border-color: #476F54;
}
</style>