Shades of Casal #404E50
Tints of Casal #404E50
RGB
CMYK
RGB Variations
Color information
#404E50 (or 0x404E50) is known color: Casal. HEX triplet: 40, 4E and 50. RGB value is (64,78,80). Sum of RGB (Red+Green+Blue) = 64+78+80=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #404E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E50 is #BFB1AF. Grayscale: #4A4A4A. Windows color (decimal): -12562864 or 5262912. OLE color: 5262912.
HSL color Cylindrical-coordinate representation of color #404E50: hue angle of 187.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404E50 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 80 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.69 |
| HSL | 187.5º | 0.11% | 0.28% | - |
| HSV(B) | 187.5º | 0.2% | 0.31% | - |
| XYZ | 6.29 | 7.12 | 8.63 | - |
| YUV | 74.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 80 | 0.20 | 0.02 | 0 | 0.69 | 187.5 | 0.11 | 0.28 |
| Hex | 40 | 4E | 50 | 14 | 2 | 0 | 45 | BC | B | 1C |
| Octal | 100 | 116 | 120 | 24 | 2 | 0 | 105 | 274 | 13 | 34 |
| Binary | 1000000 | 1001110 | 1010000 | 10100 | 10 | 0 | 1000101 | 10111100 | 1011 | 11100 |
Color Harmonies of #404E50
Complementary color
Monochromatic Colors of #404E50
Black with #404E50
Text Example
Text Example
White with #404E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E50; }
p { color: rgb(64,78,80); }
H1.HeaderClassName
{
color: #404E50;
}
.AnyTagClassName
{
color: #404E50;
}
</style>
background-color css
<style>
a { background-color: #404E50; }
a { background-color: rgb(64,78,80); }
div.DivClassName
{
background-color: #404E50;
}
.BgClassName
{
background-color: #404E50;
}
</style>
border-color css
<style>
span { border-color: #404E50; }
span { border-color: rgb(64,78,80); }
td.TdClassName
{
border-color: #404E50;
}
.TagClassName
{
border-color: #404E50;
}
</style>