Shades of Casal #465A5F
Tints of Casal #465A5F
RGB
CMYK
RGB Variations
Color information
#465A5F (or 0x465A5F) is known color: Casal. HEX triplet: 46, 5A and 5F. RGB value is (70,90,95). Sum of RGB (Red+Green+Blue) = 70+90+95=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 95 - color contains mainly: blue. Hex color #465A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A5F is #B9A5A0. Grayscale: #545454. Windows color (decimal): -12166561 or 6249030. OLE color: 6249030.
HSL color Cylindrical-coordinate representation of color #465A5F: hue angle of 192º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465A5F is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 90 | 95 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.63 |
| HSL | 192º | 0.15% | 0.32% | - |
| HSV(B) | 192º | 0.26% | 0.37% | - |
| XYZ | 8.25 | 9.44 | 12.21 | - |
| YUV | 84.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 95 | 0.26 | 0.05 | 0 | 0.63 | 192 | 0.15 | 0.32 |
| Hex | 46 | 5A | 5F | 1A | 5 | 0 | 3F | C0 | F | 20 |
| Octal | 106 | 132 | 137 | 32 | 5 | 0 | 77 | 300 | 17 | 40 |
| Binary | 1000110 | 1011010 | 1011111 | 11010 | 101 | 0 | 111111 | 11000000 | 1111 | 100000 |
Color Harmonies of #465A5F
Complementary color
Monochromatic Colors of #465A5F
Black with #465A5F
Text Example
Text Example
White with #465A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A5F; }
p { color: rgb(70,90,95); }
H1.HeaderClassName
{
color: #465A5F;
}
.AnyTagClassName
{
color: #465A5F;
}
</style>
background-color css
<style>
a { background-color: #465A5F; }
a { background-color: rgb(70,90,95); }
div.DivClassName
{
background-color: #465A5F;
}
.BgClassName
{
background-color: #465A5F;
}
</style>
border-color css
<style>
span { border-color: #465A5F; }
span { border-color: rgb(70,90,95); }
td.TdClassName
{
border-color: #465A5F;
}
.TagClassName
{
border-color: #465A5F;
}
</style>