Shades of Casal #465255
Tints of Casal #465255
RGB
CMYK
RGB Variations
Color information
#465255 (or 0x465255) is known color: Casal. HEX triplet: 46, 52 and 55. RGB value is (70,82,85). Sum of RGB (Red+Green+Blue) = 70+82+85=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 85 - color contains mainly: blue. Hex color #465255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465255 is #B9ADAA. Grayscale: #4E4E4E. Windows color (decimal): -12168619 or 5591622. OLE color: 5591622.
HSL color Cylindrical-coordinate representation of color #465255: hue angle of 192º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #465255 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 82 | 85 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.67 |
| HSL | 192º | 0.1% | 0.3% | - |
| HSV(B) | 192º | 0.18% | 0.33% | - |
| XYZ | 7.18 | 7.99 | 9.76 | - |
| YUV | 78.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 85 | 0.18 | 0.04 | 0 | 0.67 | 192 | 0.1 | 0.3 |
| Hex | 46 | 52 | 55 | 12 | 4 | 0 | 43 | C0 | A | 1E |
| Octal | 106 | 122 | 125 | 22 | 4 | 0 | 103 | 300 | 12 | 36 |
| Binary | 1000110 | 1010010 | 1010101 | 10010 | 100 | 0 | 1000011 | 11000000 | 1010 | 11110 |
Color Harmonies of #465255
Complementary color
Monochromatic Colors of #465255
Black with #465255
Text Example
Text Example
White with #465255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465255; }
p { color: rgb(70,82,85); }
H1.HeaderClassName
{
color: #465255;
}
.AnyTagClassName
{
color: #465255;
}
</style>
background-color css
<style>
a { background-color: #465255; }
a { background-color: rgb(70,82,85); }
div.DivClassName
{
background-color: #465255;
}
.BgClassName
{
background-color: #465255;
}
</style>
border-color css
<style>
span { border-color: #465255; }
span { border-color: rgb(70,82,85); }
td.TdClassName
{
border-color: #465255;
}
.TagClassName
{
border-color: #465255;
}
</style>