Shades of Cello #47505A
Tints of Cello #47505A
RGB
CMYK
RGB Variations
Color information
#47505A (or 0x47505A) is known color: Cello. HEX triplet: 47, 50 and 5A. RGB value is (71,80,90). Sum of RGB (Red+Green+Blue) = 71+80+90=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 90 - color contains mainly: blue. Hex color #47505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47505A is #B8AFA5. Grayscale: #4E4E4E. Windows color (decimal): -12103590 or 5918791. OLE color: 5918791.
HSL color Cylindrical-coordinate representation of color #47505A: hue angle of 211.58º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #47505A is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 80 | 90 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.65 |
| HSL | 211.58º | 0.12% | 0.32% | - |
| HSV(B) | 211.58º | 0.21% | 0.35% | - |
| XYZ | 7.31 | 7.82 | 10.8 | - |
| YUV | 78.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 90 | 0.21 | 0.11 | 0 | 0.65 | 211.58 | 0.12 | 0.32 |
| Hex | 47 | 50 | 5A | 15 | B | 0 | 41 | D4 | C | 20 |
| Octal | 107 | 120 | 132 | 25 | 13 | 0 | 101 | 324 | 14 | 40 |
| Binary | 1000111 | 1010000 | 1011010 | 10101 | 1011 | 0 | 1000001 | 11010100 | 1100 | 100000 |
Color Harmonies of #47505A
Complementary color
Monochromatic Colors of #47505A
Black with #47505A
Text Example
Text Example
White with #47505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47505A; }
p { color: rgb(71,80,90); }
H1.HeaderClassName
{
color: #47505A;
}
.AnyTagClassName
{
color: #47505A;
}
</style>
background-color css
<style>
a { background-color: #47505A; }
a { background-color: rgb(71,80,90); }
div.DivClassName
{
background-color: #47505A;
}
.BgClassName
{
background-color: #47505A;
}
</style>
border-color css
<style>
span { border-color: #47505A; }
span { border-color: rgb(71,80,90); }
td.TdClassName
{
border-color: #47505A;
}
.TagClassName
{
border-color: #47505A;
}
</style>