Shades of Cello #465360
Tints of Cello #465360
RGB
CMYK
RGB Variations
Color information
#465360 (or 0x465360) is known color: Cello. HEX triplet: 46, 53 and 60. RGB value is (70,83,96). Sum of RGB (Red+Green+Blue) = 70+83+96=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 83 (32.81% from 255 or 33.33% 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 #465360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465360 is #B9AC9F. Grayscale: #505050. Windows color (decimal): -12168352 or 6312774. OLE color: 6312774.
HSL color Cylindrical-coordinate representation of color #465360: hue angle of 210º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465360 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 83 | 96 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.62 |
| HSL | 210º | 0.16% | 0.33% | - |
| HSV(B) | 210º | 0.27% | 0.38% | - |
| XYZ | 7.73 | 8.33 | 12.27 | - |
| YUV | 80.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 96 | 0.27 | 0.14 | 0 | 0.62 | 210 | 0.16 | 0.33 |
| Hex | 46 | 53 | 60 | 1B | E | 0 | 3E | D2 | 10 | 21 |
| Octal | 106 | 123 | 140 | 33 | 16 | 0 | 76 | 322 | 20 | 41 |
| Binary | 1000110 | 1010011 | 1100000 | 11011 | 1110 | 0 | 111110 | 11010010 | 10000 | 100001 |
Color Harmonies of #465360
Complementary color
Monochromatic Colors of #465360
Black with #465360
Text Example
Text Example
White with #465360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465360; }
p { color: rgb(70,83,96); }
H1.HeaderClassName
{
color: #465360;
}
.AnyTagClassName
{
color: #465360;
}
</style>
background-color css
<style>
a { background-color: #465360; }
a { background-color: rgb(70,83,96); }
div.DivClassName
{
background-color: #465360;
}
.BgClassName
{
background-color: #465360;
}
</style>
border-color css
<style>
span { border-color: #465360; }
span { border-color: rgb(70,83,96); }
td.TdClassName
{
border-color: #465360;
}
.TagClassName
{
border-color: #465360;
}
</style>