Shades of Casal #465153
Tints of Casal #465153
RGB
CMYK
RGB Variations
Color information
#465153 (or 0x465153) is known color: Casal. HEX triplet: 46, 51 and 53. RGB value is (70,81,83). Sum of RGB (Red+Green+Blue) = 70+81+83=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 83 - color contains mainly: blue. Hex color #465153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465153 is #B9AEAC. Grayscale: #4D4D4D. Windows color (decimal): -12168877 or 5460294. OLE color: 5460294.
HSL color Cylindrical-coordinate representation of color #465153: hue angle of 189.23º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #465153 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 81 | 83 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.67 |
| HSL | 189.23º | 0.08% | 0.3% | - |
| HSV(B) | 189.23º | 0.16% | 0.33% | - |
| XYZ | 7.03 | 7.81 | 9.32 | - |
| YUV | 77.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 83 | 0.16 | 0.02 | 0 | 0.67 | 189.23 | 0.08 | 0.3 |
| Hex | 46 | 51 | 53 | 10 | 2 | 0 | 43 | BD | 8 | 1E |
| Octal | 106 | 121 | 123 | 20 | 2 | 0 | 103 | 275 | 10 | 36 |
| Binary | 1000110 | 1010001 | 1010011 | 10000 | 10 | 0 | 1000011 | 10111101 | 1000 | 11110 |
Color Harmonies of #465153
Complementary color
Monochromatic Colors of #465153
Black with #465153
Text Example
Text Example
White with #465153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465153; }
p { color: rgb(70,81,83); }
H1.HeaderClassName
{
color: #465153;
}
.AnyTagClassName
{
color: #465153;
}
</style>
background-color css
<style>
a { background-color: #465153; }
a { background-color: rgb(70,81,83); }
div.DivClassName
{
background-color: #465153;
}
.BgClassName
{
background-color: #465153;
}
</style>
border-color css
<style>
span { border-color: #465153; }
span { border-color: rgb(70,81,83); }
td.TdClassName
{
border-color: #465153;
}
.TagClassName
{
border-color: #465153;
}
</style>