Shades of Cello #46515D
Tints of Cello #46515D
RGB
CMYK
RGB Variations
Color information
#46515D (or 0x46515D) is known color: Cello. HEX triplet: 46, 51 and 5D. RGB value is (70,81,93). Sum of RGB (Red+Green+Blue) = 70+81+93=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 93 - color contains mainly: blue. Hex color #46515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46515D is #B9AEA2. Grayscale: #4F4F4F. Windows color (decimal): -12168867 or 6115654. OLE color: 6115654.
HSL color Cylindrical-coordinate representation of color #46515D: hue angle of 211.3º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #46515D is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 81 | 93 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.64 |
| HSL | 211.3º | 0.14% | 0.32% | - |
| HSV(B) | 211.3º | 0.25% | 0.36% | - |
| XYZ | 7.44 | 7.98 | 11.5 | - |
| YUV | 79.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 93 | 0.25 | 0.13 | 0 | 0.64 | 211.3 | 0.14 | 0.32 |
| Hex | 46 | 51 | 5D | 19 | D | 0 | 40 | D3 | E | 20 |
| Octal | 106 | 121 | 135 | 31 | 15 | 0 | 100 | 323 | 16 | 40 |
| Binary | 1000110 | 1010001 | 1011101 | 11001 | 1101 | 0 | 1000000 | 11010011 | 1110 | 100000 |
Color Harmonies of #46515D
Complementary color
Monochromatic Colors of #46515D
Black with #46515D
Text Example
Text Example
White with #46515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46515D; }
p { color: rgb(70,81,93); }
H1.HeaderClassName
{
color: #46515D;
}
.AnyTagClassName
{
color: #46515D;
}
</style>
background-color css
<style>
a { background-color: #46515D; }
a { background-color: rgb(70,81,93); }
div.DivClassName
{
background-color: #46515D;
}
.BgClassName
{
background-color: #46515D;
}
</style>
border-color css
<style>
span { border-color: #46515D; }
span { border-color: rgb(70,81,93); }
td.TdClassName
{
border-color: #46515D;
}
.TagClassName
{
border-color: #46515D;
}
</style>