Shades of Casal #46565A
Tints of Casal #46565A
RGB
CMYK
RGB Variations
Color information
#46565A (or 0x46565A) is known color: Casal. HEX triplet: 46, 56 and 5A. RGB value is (70,86,90). Sum of RGB (Red+Green+Blue) = 70+86+90=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 90 - color contains mainly: blue. Hex color #46565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46565A is #B9A9A5. Grayscale: #515151. Windows color (decimal): -12167590 or 5920326. OLE color: 5920326.
HSL color Cylindrical-coordinate representation of color #46565A: hue angle of 192º 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 #46565A is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 86 | 90 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.65 |
| HSL | 192º | 0.13% | 0.31% | - |
| HSV(B) | 192º | 0.22% | 0.35% | - |
| XYZ | 7.7 | 8.7 | 10.95 | - |
| YUV | 81.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 90 | 0.22 | 0.04 | 0 | 0.65 | 192 | 0.13 | 0.31 |
| Hex | 46 | 56 | 5A | 16 | 4 | 0 | 41 | C0 | C | 1F |
| Octal | 106 | 126 | 132 | 26 | 4 | 0 | 101 | 300 | 14 | 37 |
| Binary | 1000110 | 1010110 | 1011010 | 10110 | 100 | 0 | 1000001 | 11000000 | 1100 | 11111 |
Color Harmonies of #46565A
Complementary color
Monochromatic Colors of #46565A
Black with #46565A
Text Example
Text Example
White with #46565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46565A; }
p { color: rgb(70,86,90); }
H1.HeaderClassName
{
color: #46565A;
}
.AnyTagClassName
{
color: #46565A;
}
</style>
background-color css
<style>
a { background-color: #46565A; }
a { background-color: rgb(70,86,90); }
div.DivClassName
{
background-color: #46565A;
}
.BgClassName
{
background-color: #46565A;
}
</style>
border-color css
<style>
span { border-color: #46565A; }
span { border-color: rgb(70,86,90); }
td.TdClassName
{
border-color: #46565A;
}
.TagClassName
{
border-color: #46565A;
}
</style>