Shades of Casal #46585B
Tints of Casal #46585B
RGB
CMYK
RGB Variations
Color information
#46585B (or 0x46585B) is known color: Casal. HEX triplet: 46, 58 and 5B. RGB value is (70,88,91). Sum of RGB (Red+Green+Blue) = 70+88+91=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 91 - color contains mainly: blue. Hex color #46585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46585B is #B9A7A4. Grayscale: #525252. Windows color (decimal): -12167077 or 5986374. OLE color: 5986374.
HSL color Cylindrical-coordinate representation of color #46585B: hue angle of 188.57º 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 #46585B is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 88 | 91 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.64 |
| HSL | 188.57º | 0.13% | 0.32% | - |
| HSV(B) | 188.57º | 0.23% | 0.36% | - |
| XYZ | 7.9 | 9.04 | 11.23 | - |
| YUV | 82.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 91 | 0.23 | 0.03 | 0 | 0.64 | 188.57 | 0.13 | 0.32 |
| Hex | 46 | 58 | 5B | 17 | 3 | 0 | 40 | BD | D | 20 |
| Octal | 106 | 130 | 133 | 27 | 3 | 0 | 100 | 275 | 15 | 40 |
| Binary | 1000110 | 1011000 | 1011011 | 10111 | 11 | 0 | 1000000 | 10111101 | 1101 | 100000 |
Color Harmonies of #46585B
Complementary color
Monochromatic Colors of #46585B
Black with #46585B
Text Example
Text Example
White with #46585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46585B; }
p { color: rgb(70,88,91); }
H1.HeaderClassName
{
color: #46585B;
}
.AnyTagClassName
{
color: #46585B;
}
</style>
background-color css
<style>
a { background-color: #46585B; }
a { background-color: rgb(70,88,91); }
div.DivClassName
{
background-color: #46585B;
}
.BgClassName
{
background-color: #46585B;
}
</style>
border-color css
<style>
span { border-color: #46585B; }
span { border-color: rgb(70,88,91); }
td.TdClassName
{
border-color: #46585B;
}
.TagClassName
{
border-color: #46585B;
}
</style>