Shades of Cello #46525D
Tints of Cello #46525D
RGB
CMYK
RGB Variations
Color information
#46525D (or 0x46525D) is known color: Cello. HEX triplet: 46, 52 and 5D. RGB value is (70,82,93). Sum of RGB (Red+Green+Blue) = 70+82+93=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #46525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46525D is #B9ADA2. Grayscale: #4F4F4F. Windows color (decimal): -12168611 or 6115910. OLE color: 6115910.
HSL color Cylindrical-coordinate representation of color #46525D: hue angle of 208.7º 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 #46525D is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 82 | 93 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.64 |
| HSL | 208.7º | 0.14% | 0.32% | - |
| HSV(B) | 208.7º | 0.25% | 0.36% | - |
| XYZ | 7.52 | 8.13 | 11.53 | - |
| YUV | 79.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 93 | 0.25 | 0.12 | 0 | 0.64 | 208.7 | 0.14 | 0.32 |
| Hex | 46 | 52 | 5D | 19 | C | 0 | 40 | D1 | E | 20 |
| Octal | 106 | 122 | 135 | 31 | 14 | 0 | 100 | 321 | 16 | 40 |
| Binary | 1000110 | 1010010 | 1011101 | 11001 | 1100 | 0 | 1000000 | 11010001 | 1110 | 100000 |
Color Harmonies of #46525D
Complementary color
Monochromatic Colors of #46525D
Black with #46525D
Text Example
Text Example
White with #46525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46525D; }
p { color: rgb(70,82,93); }
H1.HeaderClassName
{
color: #46525D;
}
.AnyTagClassName
{
color: #46525D;
}
</style>
background-color css
<style>
a { background-color: #46525D; }
a { background-color: rgb(70,82,93); }
div.DivClassName
{
background-color: #46525D;
}
.BgClassName
{
background-color: #46525D;
}
</style>
border-color css
<style>
span { border-color: #46525D; }
span { border-color: rgb(70,82,93); }
td.TdClassName
{
border-color: #46525D;
}
.TagClassName
{
border-color: #46525D;
}
</style>