Shades of Cello #475260
Tints of Cello #475260
RGB
CMYK
RGB Variations
Color information
#475260 (or 0x475260) is known color: Cello. HEX triplet: 47, 52 and 60. RGB value is (71,82,96). Sum of RGB (Red+Green+Blue) = 71+82+96=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 96 - color contains mainly: blue. Hex color #475260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475260 is #B8AD9F. Grayscale: #505050. Windows color (decimal): -12103072 or 6312519. OLE color: 6312519.
HSL color Cylindrical-coordinate representation of color #475260: hue angle of 213.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #475260 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 82 | 96 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.62 |
| HSL | 213.6º | 0.15% | 0.33% | - |
| HSV(B) | 213.6º | 0.26% | 0.38% | - |
| XYZ | 7.73 | 8.22 | 12.25 | - |
| YUV | 80.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 96 | 0.26 | 0.15 | 0 | 0.62 | 213.6 | 0.15 | 0.33 |
| Hex | 47 | 52 | 60 | 1A | F | 0 | 3E | D6 | F | 21 |
| Octal | 107 | 122 | 140 | 32 | 17 | 0 | 76 | 326 | 17 | 41 |
| Binary | 1000111 | 1010010 | 1100000 | 11010 | 1111 | 0 | 111110 | 11010110 | 1111 | 100001 |
Color Harmonies of #475260
Complementary color
Monochromatic Colors of #475260
Black with #475260
Text Example
Text Example
White with #475260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475260; }
p { color: rgb(71,82,96); }
H1.HeaderClassName
{
color: #475260;
}
.AnyTagClassName
{
color: #475260;
}
</style>
background-color css
<style>
a { background-color: #475260; }
a { background-color: rgb(71,82,96); }
div.DivClassName
{
background-color: #475260;
}
.BgClassName
{
background-color: #475260;
}
</style>
border-color css
<style>
span { border-color: #475260; }
span { border-color: rgb(71,82,96); }
td.TdClassName
{
border-color: #475260;
}
.TagClassName
{
border-color: #475260;
}
</style>