Shades of Cello #46515F
Tints of Cello #46515F
RGB
CMYK
RGB Variations
Color information
#46515F (or 0x46515F) is known color: Cello. HEX triplet: 46, 51 and 5F. RGB value is (70,81,95). Sum of RGB (Red+Green+Blue) = 70+81+95=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 95 - color contains mainly: blue. Hex color #46515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46515F is #B9AEA0. Grayscale: #4F4F4F. Windows color (decimal): -12168865 or 6246726. OLE color: 6246726.
HSL color Cylindrical-coordinate representation of color #46515F: hue angle of 213.6º 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 #46515F is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 81 | 95 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.63 |
| HSL | 213.6º | 0.15% | 0.32% | - |
| HSV(B) | 213.6º | 0.26% | 0.37% | - |
| XYZ | 7.53 | 8.01 | 11.98 | - |
| YUV | 79.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 95 | 0.26 | 0.15 | 0 | 0.63 | 213.6 | 0.15 | 0.32 |
| Hex | 46 | 51 | 5F | 1A | F | 0 | 3F | D6 | F | 20 |
| Octal | 106 | 121 | 137 | 32 | 17 | 0 | 77 | 326 | 17 | 40 |
| Binary | 1000110 | 1010001 | 1011111 | 11010 | 1111 | 0 | 111111 | 11010110 | 1111 | 100000 |
Color Harmonies of #46515F
Complementary color
Monochromatic Colors of #46515F
Black with #46515F
Text Example
Text Example
White with #46515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46515F; }
p { color: rgb(70,81,95); }
H1.HeaderClassName
{
color: #46515F;
}
.AnyTagClassName
{
color: #46515F;
}
</style>
background-color css
<style>
a { background-color: #46515F; }
a { background-color: rgb(70,81,95); }
div.DivClassName
{
background-color: #46515F;
}
.BgClassName
{
background-color: #46515F;
}
</style>
border-color css
<style>
span { border-color: #46515F; }
span { border-color: rgb(70,81,95); }
td.TdClassName
{
border-color: #46515F;
}
.TagClassName
{
border-color: #46515F;
}
</style>