Shades of Casal #46585C
Tints of Casal #46585C
RGB
CMYK
RGB Variations
Color information
#46585C (or 0x46585C) is known color: Casal. HEX triplet: 46, 58 and 5C. RGB value is (70,88,92). Sum of RGB (Red+Green+Blue) = 70+88+92=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #46585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46585C is #B9A7A3. Grayscale: #535353. Windows color (decimal): -12167076 or 6051910. OLE color: 6051910.
HSL color Cylindrical-coordinate representation of color #46585C: hue angle of 190.91º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #46585C is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 88 | 92 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.64 |
| HSL | 190.91º | 0.14% | 0.32% | - |
| HSV(B) | 190.91º | 0.24% | 0.36% | - |
| XYZ | 7.95 | 9.05 | 11.45 | - |
| YUV | 83.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 92 | 0.24 | 0.04 | 0 | 0.64 | 190.91 | 0.14 | 0.32 |
| Hex | 46 | 58 | 5C | 18 | 4 | 0 | 40 | BF | E | 20 |
| Octal | 106 | 130 | 134 | 30 | 4 | 0 | 100 | 277 | 16 | 40 |
| Binary | 1000110 | 1011000 | 1011100 | 11000 | 100 | 0 | 1000000 | 10111111 | 1110 | 100000 |
Color Harmonies of #46585C
Complementary color
Monochromatic Colors of #46585C
Black with #46585C
Text Example
Text Example
White with #46585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46585C; }
p { color: rgb(70,88,92); }
H1.HeaderClassName
{
color: #46585C;
}
.AnyTagClassName
{
color: #46585C;
}
</style>
background-color css
<style>
a { background-color: #46585C; }
a { background-color: rgb(70,88,92); }
div.DivClassName
{
background-color: #46585C;
}
.BgClassName
{
background-color: #46585C;
}
</style>
border-color css
<style>
span { border-color: #46585C; }
span { border-color: rgb(70,88,92); }
td.TdClassName
{
border-color: #46585C;
}
.TagClassName
{
border-color: #46585C;
}
</style>