Shades of Casal #46565B
Tints of Casal #46565B
RGB
CMYK
RGB Variations
Color information
#46565B (or 0x46565B) is known color: Casal. HEX triplet: 46, 56 and 5B. RGB value is (70,86,91). Sum of RGB (Red+Green+Blue) = 70+86+91=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #46565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46565B is #B9A9A4. Grayscale: #515151. Windows color (decimal): -12167589 or 5985862. OLE color: 5985862.
HSL color Cylindrical-coordinate representation of color #46565B: hue angle of 194.29º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #46565B is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 86 | 91 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.64 |
| HSL | 194.29º | 0.13% | 0.32% | - |
| HSV(B) | 194.29º | 0.23% | 0.36% | - |
| XYZ | 7.74 | 8.71 | 11.17 | - |
| YUV | 81.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 91 | 0.23 | 0.05 | 0 | 0.64 | 194.29 | 0.13 | 0.32 |
| Hex | 46 | 56 | 5B | 17 | 5 | 0 | 40 | C2 | D | 20 |
| Octal | 106 | 126 | 133 | 27 | 5 | 0 | 100 | 302 | 15 | 40 |
| Binary | 1000110 | 1010110 | 1011011 | 10111 | 101 | 0 | 1000000 | 11000010 | 1101 | 100000 |
Color Harmonies of #46565B
Complementary color
Monochromatic Colors of #46565B
Black with #46565B
Text Example
Text Example
White with #46565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46565B; }
p { color: rgb(70,86,91); }
H1.HeaderClassName
{
color: #46565B;
}
.AnyTagClassName
{
color: #46565B;
}
</style>
background-color css
<style>
a { background-color: #46565B; }
a { background-color: rgb(70,86,91); }
div.DivClassName
{
background-color: #46565B;
}
.BgClassName
{
background-color: #46565B;
}
</style>
border-color css
<style>
span { border-color: #46565B; }
span { border-color: rgb(70,86,91); }
td.TdClassName
{
border-color: #46565B;
}
.TagClassName
{
border-color: #46565B;
}
</style>