Shades of Como #478462
Tints of Como #478462
RGB
CMYK
RGB Variations
Color information
#478462 (or 0x478462) is known color: Como. HEX triplet: 47, 84 and 62. RGB value is (71,132,98). Sum of RGB (Red+Green+Blue) = 71+132+98=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #478462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478462 is #B87B9D. Grayscale: #6D6D6D. Windows color (decimal): -12090270 or 6456391. OLE color: 6456391.
HSL color Cylindrical-coordinate representation of color #478462: hue angle of 146.56º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478462 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 132 | 98 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.48 |
| HSL | 146.56º | 0.3% | 0.4% | - |
| HSV(B) | 146.56º | 0.46% | 0.52% | - |
| XYZ | 13.05 | 18.72 | 14.48 | - |
| YUV | 109.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 132 | 98 | 0.46 | 0 | 0.26 | 0.48 | 146.56 | 0.3 | 0.4 |
| Hex | 47 | 84 | 62 | 2E | 0 | 1A | 30 | 93 | 1E | 28 |
| Octal | 107 | 204 | 142 | 56 | 0 | 32 | 60 | 223 | 36 | 50 |
| Binary | 1000111 | 10000100 | 1100010 | 101110 | 0 | 11010 | 110000 | 10010011 | 11110 | 101000 |
Color Harmonies of #478462
Complementary color
Monochromatic Colors of #478462
Black with #478462
Text Example
Text Example
White with #478462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478462; }
p { color: rgb(71,132,98); }
H1.HeaderClassName
{
color: #478462;
}
.AnyTagClassName
{
color: #478462;
}
</style>
background-color css
<style>
a { background-color: #478462; }
a { background-color: rgb(71,132,98); }
div.DivClassName
{
background-color: #478462;
}
.BgClassName
{
background-color: #478462;
}
</style>
border-color css
<style>
span { border-color: #478462; }
span { border-color: rgb(71,132,98); }
td.TdClassName
{
border-color: #478462;
}
.TagClassName
{
border-color: #478462;
}
</style>