Shades of Cello #46505A
Tints of Cello #46505A
RGB
CMYK
RGB Variations
Color information
#46505A (or 0x46505A) is known color: Cello. HEX triplet: 46, 50 and 5A. RGB value is (70,80,90). Sum of RGB (Red+Green+Blue) = 70+80+90=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #46505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46505A is #B9AFA5. Grayscale: #4E4E4E. Windows color (decimal): -12169126 or 5918790. OLE color: 5918790.
HSL color Cylindrical-coordinate representation of color #46505A: hue angle of 210º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #46505A is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 80 | 90 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.65 |
| HSL | 210º | 0.13% | 0.31% | - |
| HSV(B) | 210º | 0.22% | 0.35% | - |
| XYZ | 7.24 | 7.78 | 10.79 | - |
| YUV | 78.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 90 | 0.22 | 0.11 | 0 | 0.65 | 210 | 0.13 | 0.31 |
| Hex | 46 | 50 | 5A | 16 | B | 0 | 41 | D2 | C | 1F |
| Octal | 106 | 120 | 132 | 26 | 13 | 0 | 101 | 322 | 14 | 37 |
| Binary | 1000110 | 1010000 | 1011010 | 10110 | 1011 | 0 | 1000001 | 11010010 | 1100 | 11111 |
Color Harmonies of #46505A
Complementary color
Monochromatic Colors of #46505A
Black with #46505A
Text Example
Text Example
White with #46505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46505A; }
p { color: rgb(70,80,90); }
H1.HeaderClassName
{
color: #46505A;
}
.AnyTagClassName
{
color: #46505A;
}
</style>
background-color css
<style>
a { background-color: #46505A; }
a { background-color: rgb(70,80,90); }
div.DivClassName
{
background-color: #46505A;
}
.BgClassName
{
background-color: #46505A;
}
</style>
border-color css
<style>
span { border-color: #46505A; }
span { border-color: rgb(70,80,90); }
td.TdClassName
{
border-color: #46505A;
}
.TagClassName
{
border-color: #46505A;
}
</style>