Shades of Como #47815C
Tints of Como #47815C
RGB
CMYK
RGB Variations
Color information
#47815C (or 0x47815C) is known color: Como. HEX triplet: 47, 81 and 5C. RGB value is (71,129,92). Sum of RGB (Red+Green+Blue) = 71+129+92=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #47815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47815C is #B87EA3. Grayscale: #6B6B6B. Windows color (decimal): -12091044 or 6062407. OLE color: 6062407.
HSL color Cylindrical-coordinate representation of color #47815C: hue angle of 141.72º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47815C is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 129 | 92 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.49 |
| HSL | 141.72º | 0.29% | 0.39% | - |
| HSV(B) | 141.72º | 0.45% | 0.51% | - |
| XYZ | 12.38 | 17.81 | 12.91 | - |
| YUV | 107.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 129 | 92 | 0.45 | 0 | 0.29 | 0.49 | 141.72 | 0.29 | 0.39 |
| Hex | 47 | 81 | 5C | 2D | 0 | 1D | 31 | 8E | 1D | 27 |
| Octal | 107 | 201 | 134 | 55 | 0 | 35 | 61 | 216 | 35 | 47 |
| Binary | 1000111 | 10000001 | 1011100 | 101101 | 0 | 11101 | 110001 | 10001110 | 11101 | 100111 |
Color Harmonies of #47815C
Complementary color
Monochromatic Colors of #47815C
Black with #47815C
Text Example
Text Example
White with #47815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47815C; }
p { color: rgb(71,129,92); }
H1.HeaderClassName
{
color: #47815C;
}
.AnyTagClassName
{
color: #47815C;
}
</style>
background-color css
<style>
a { background-color: #47815C; }
a { background-color: rgb(71,129,92); }
div.DivClassName
{
background-color: #47815C;
}
.BgClassName
{
background-color: #47815C;
}
</style>
border-color css
<style>
span { border-color: #47815C; }
span { border-color: rgb(71,129,92); }
td.TdClassName
{
border-color: #47815C;
}
.TagClassName
{
border-color: #47815C;
}
</style>