Shades of Cello #475360
Tints of Cello #475360
RGB
CMYK
RGB Variations
Color information
#475360 (or 0x475360) is known color: Cello. HEX triplet: 47, 53 and 60. RGB value is (71,83,96). Sum of RGB (Red+Green+Blue) = 71+83+96=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #475360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475360 is #B8AC9F. Grayscale: #505050. Windows color (decimal): -12102816 or 6312775. OLE color: 6312775.
HSL color Cylindrical-coordinate representation of color #475360: hue angle of 211.2º 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 #475360 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 83 | 96 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.62 |
| HSL | 211.2º | 0.15% | 0.33% | - |
| HSV(B) | 211.2º | 0.26% | 0.38% | - |
| XYZ | 7.8 | 8.37 | 12.27 | - |
| YUV | 80.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 96 | 0.26 | 0.14 | 0 | 0.62 | 211.2 | 0.15 | 0.33 |
| Hex | 47 | 53 | 60 | 1A | E | 0 | 3E | D3 | F | 21 |
| Octal | 107 | 123 | 140 | 32 | 16 | 0 | 76 | 323 | 17 | 41 |
| Binary | 1000111 | 1010011 | 1100000 | 11010 | 1110 | 0 | 111110 | 11010011 | 1111 | 100001 |
Color Harmonies of #475360
Complementary color
Monochromatic Colors of #475360
Black with #475360
Text Example
Text Example
White with #475360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475360; }
p { color: rgb(71,83,96); }
H1.HeaderClassName
{
color: #475360;
}
.AnyTagClassName
{
color: #475360;
}
</style>
background-color css
<style>
a { background-color: #475360; }
a { background-color: rgb(71,83,96); }
div.DivClassName
{
background-color: #475360;
}
.BgClassName
{
background-color: #475360;
}
</style>
border-color css
<style>
span { border-color: #475360; }
span { border-color: rgb(71,83,96); }
td.TdClassName
{
border-color: #475360;
}
.TagClassName
{
border-color: #475360;
}
</style>