Shades of Cello #46515C
Tints of Cello #46515C
RGB
CMYK
RGB Variations
Color information
#46515C (or 0x46515C) is known color: Cello. HEX triplet: 46, 51 and 5C. RGB value is (70,81,92). Sum of RGB (Red+Green+Blue) = 70+81+92=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 92 - color contains mainly: blue. Hex color #46515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46515C is #B9AEA3. Grayscale: #4E4E4E. Windows color (decimal): -12168868 or 6050118. OLE color: 6050118.
HSL color Cylindrical-coordinate representation of color #46515C: hue angle of 210º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #46515C is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 81 | 92 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.64 |
| HSL | 210º | 0.14% | 0.32% | - |
| HSV(B) | 210º | 0.24% | 0.36% | - |
| XYZ | 7.4 | 7.96 | 11.27 | - |
| YUV | 78.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 92 | 0.24 | 0.12 | 0 | 0.64 | 210 | 0.14 | 0.32 |
| Hex | 46 | 51 | 5C | 18 | C | 0 | 40 | D2 | E | 20 |
| Octal | 106 | 121 | 134 | 30 | 14 | 0 | 100 | 322 | 16 | 40 |
| Binary | 1000110 | 1010001 | 1011100 | 11000 | 1100 | 0 | 1000000 | 11010010 | 1110 | 100000 |
Color Harmonies of #46515C
Complementary color
Monochromatic Colors of #46515C
Black with #46515C
Text Example
Text Example
White with #46515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46515C; }
p { color: rgb(70,81,92); }
H1.HeaderClassName
{
color: #46515C;
}
.AnyTagClassName
{
color: #46515C;
}
</style>
background-color css
<style>
a { background-color: #46515C; }
a { background-color: rgb(70,81,92); }
div.DivClassName
{
background-color: #46515C;
}
.BgClassName
{
background-color: #46515C;
}
</style>
border-color css
<style>
span { border-color: #46515C; }
span { border-color: rgb(70,81,92); }
td.TdClassName
{
border-color: #46515C;
}
.TagClassName
{
border-color: #46515C;
}
</style>