Shades of Casal #46585D
Tints of Casal #46585D
RGB
CMYK
RGB Variations
Color information
#46585D (or 0x46585D) is known color: Casal. HEX triplet: 46, 58 and 5D. RGB value is (70,88,93). Sum of RGB (Red+Green+Blue) = 70+88+93=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #46585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46585D is #B9A7A2. Grayscale: #535353. Windows color (decimal): -12167075 or 6117446. OLE color: 6117446.
HSL color Cylindrical-coordinate representation of color #46585D: hue angle of 193.04º 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 #46585D is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 88 | 93 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.64 |
| HSL | 193.04º | 0.14% | 0.32% | - |
| HSV(B) | 193.04º | 0.25% | 0.36% | - |
| XYZ | 7.99 | 9.07 | 11.69 | - |
| YUV | 83.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 93 | 0.25 | 0.05 | 0 | 0.64 | 193.04 | 0.14 | 0.32 |
| Hex | 46 | 58 | 5D | 19 | 5 | 0 | 40 | C1 | E | 20 |
| Octal | 106 | 130 | 135 | 31 | 5 | 0 | 100 | 301 | 16 | 40 |
| Binary | 1000110 | 1011000 | 1011101 | 11001 | 101 | 0 | 1000000 | 11000001 | 1110 | 100000 |
Color Harmonies of #46585D
Complementary color
Monochromatic Colors of #46585D
Black with #46585D
Text Example
Text Example
White with #46585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46585D; }
p { color: rgb(70,88,93); }
H1.HeaderClassName
{
color: #46585D;
}
.AnyTagClassName
{
color: #46585D;
}
</style>
background-color css
<style>
a { background-color: #46585D; }
a { background-color: rgb(70,88,93); }
div.DivClassName
{
background-color: #46585D;
}
.BgClassName
{
background-color: #46585D;
}
</style>
border-color css
<style>
span { border-color: #46585D; }
span { border-color: rgb(70,88,93); }
td.TdClassName
{
border-color: #46585D;
}
.TagClassName
{
border-color: #46585D;
}
</style>