Shades of Cello #46515E
Tints of Cello #46515E
RGB
CMYK
RGB Variations
Color information
#46515E (or 0x46515E) is known color: Cello. HEX triplet: 46, 51 and 5E. RGB value is (70,81,94). Sum of RGB (Red+Green+Blue) = 70+81+94=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 94 - color contains mainly: blue. Hex color #46515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46515E is #B9AEA1. Grayscale: #4F4F4F. Windows color (decimal): -12168866 or 6181190. OLE color: 6181190.
HSL color Cylindrical-coordinate representation of color #46515E: hue angle of 212.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46515E is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 81 | 94 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.63 |
| HSL | 212.5º | 0.15% | 0.32% | - |
| HSV(B) | 212.5º | 0.26% | 0.37% | - |
| XYZ | 7.49 | 8 | 11.74 | - |
| YUV | 79.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 94 | 0.26 | 0.14 | 0 | 0.63 | 212.5 | 0.15 | 0.32 |
| Hex | 46 | 51 | 5E | 1A | E | 0 | 3F | D4 | F | 20 |
| Octal | 106 | 121 | 136 | 32 | 16 | 0 | 77 | 324 | 17 | 40 |
| Binary | 1000110 | 1010001 | 1011110 | 11010 | 1110 | 0 | 111111 | 11010100 | 1111 | 100000 |
Color Harmonies of #46515E
Complementary color
Monochromatic Colors of #46515E
Black with #46515E
Text Example
Text Example
White with #46515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46515E; }
p { color: rgb(70,81,94); }
H1.HeaderClassName
{
color: #46515E;
}
.AnyTagClassName
{
color: #46515E;
}
</style>
background-color css
<style>
a { background-color: #46515E; }
a { background-color: rgb(70,81,94); }
div.DivClassName
{
background-color: #46515E;
}
.BgClassName
{
background-color: #46515E;
}
</style>
border-color css
<style>
span { border-color: #46515E; }
span { border-color: rgb(70,81,94); }
td.TdClassName
{
border-color: #46515E;
}
.TagClassName
{
border-color: #46515E;
}
</style>