Shades of Casal #465A5E
Tints of Casal #465A5E
RGB
CMYK
RGB Variations
Color information
#465A5E (or 0x465A5E) is known color: Casal. HEX triplet: 46, 5A and 5E. RGB value is (70,90,94). Sum of RGB (Red+Green+Blue) = 70+90+94=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 94 - color contains mainly: blue. Hex color #465A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A5E is #B9A5A1. Grayscale: #545454. Windows color (decimal): -12166562 or 6183494. OLE color: 6183494.
HSL color Cylindrical-coordinate representation of color #465A5E: hue angle of 190º 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 #465A5E is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 90 | 94 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.63 |
| HSL | 190º | 0.15% | 0.32% | - |
| HSV(B) | 190º | 0.26% | 0.37% | - |
| XYZ | 8.2 | 9.42 | 11.98 | - |
| YUV | 84.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 94 | 0.26 | 0.04 | 0 | 0.63 | 190 | 0.15 | 0.32 |
| Hex | 46 | 5A | 5E | 1A | 4 | 0 | 3F | BE | F | 20 |
| Octal | 106 | 132 | 136 | 32 | 4 | 0 | 77 | 276 | 17 | 40 |
| Binary | 1000110 | 1011010 | 1011110 | 11010 | 100 | 0 | 111111 | 10111110 | 1111 | 100000 |
Color Harmonies of #465A5E
Complementary color
Monochromatic Colors of #465A5E
Black with #465A5E
Text Example
Text Example
White with #465A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A5E; }
p { color: rgb(70,90,94); }
H1.HeaderClassName
{
color: #465A5E;
}
.AnyTagClassName
{
color: #465A5E;
}
</style>
background-color css
<style>
a { background-color: #465A5E; }
a { background-color: rgb(70,90,94); }
div.DivClassName
{
background-color: #465A5E;
}
.BgClassName
{
background-color: #465A5E;
}
</style>
border-color css
<style>
span { border-color: #465A5E; }
span { border-color: rgb(70,90,94); }
td.TdClassName
{
border-color: #465A5E;
}
.TagClassName
{
border-color: #465A5E;
}
</style>