Shades of Como #477B55
Tints of Como #477B55
RGB
CMYK
RGB Variations
Color information
#477B55 (or 0x477B55) is known color: Como. HEX triplet: 47, 7B and 55. RGB value is (71,123,85). Sum of RGB (Red+Green+Blue) = 71+123+85=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #477B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B55 is #B884AA. Grayscale: #676767. Windows color (decimal): -12092587 or 5602119. OLE color: 5602119.
HSL color Cylindrical-coordinate representation of color #477B55: hue angle of 136.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477B55 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 123 | 85 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.52 |
| HSL | 136.15º | 0.27% | 0.38% | - |
| HSV(B) | 136.15º | 0.42% | 0.48% | - |
| XYZ | 11.32 | 16.16 | 11.12 | - |
| YUV | 103.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 85 | 0.42 | 0 | 0.31 | 0.52 | 136.15 | 0.27 | 0.38 |
| Hex | 47 | 7B | 55 | 2A | 0 | 1F | 34 | 88 | 1B | 26 |
| Octal | 107 | 173 | 125 | 52 | 0 | 37 | 64 | 210 | 33 | 46 |
| Binary | 1000111 | 1111011 | 1010101 | 101010 | 0 | 11111 | 110100 | 10001000 | 11011 | 100110 |
Color Harmonies of #477B55
Complementary color
Monochromatic Colors of #477B55
Black with #477B55
Text Example
Text Example
White with #477B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B55; }
p { color: rgb(71,123,85); }
H1.HeaderClassName
{
color: #477B55;
}
.AnyTagClassName
{
color: #477B55;
}
</style>
background-color css
<style>
a { background-color: #477B55; }
a { background-color: rgb(71,123,85); }
div.DivClassName
{
background-color: #477B55;
}
.BgClassName
{
background-color: #477B55;
}
</style>
border-color css
<style>
span { border-color: #477B55; }
span { border-color: rgb(71,123,85); }
td.TdClassName
{
border-color: #477B55;
}
.TagClassName
{
border-color: #477B55;
}
</style>