Shades of Casal #404D50
Tints of Casal #404D50
RGB
CMYK
RGB Variations
Color information
#404D50 (or 0x404D50) is known color: Casal. HEX triplet: 40, 4D and 50. RGB value is (64,77,80). Sum of RGB (Red+Green+Blue) = 64+77+80=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #404D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D50 is #BFB2AF. Grayscale: #494949. Windows color (decimal): -12563120 or 5262656. OLE color: 5262656.
HSL color Cylindrical-coordinate representation of color #404D50: hue angle of 191.25º 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 #404D50 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 77 | 80 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.69 |
| HSL | 191.25º | 0.11% | 0.28% | - |
| HSV(B) | 191.25º | 0.2% | 0.31% | - |
| XYZ | 6.22 | 6.98 | 8.61 | - |
| YUV | 73.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 80 | 0.20 | 0.04 | 0 | 0.69 | 191.25 | 0.11 | 0.28 |
| Hex | 40 | 4D | 50 | 14 | 4 | 0 | 45 | BF | B | 1C |
| Octal | 100 | 115 | 120 | 24 | 4 | 0 | 105 | 277 | 13 | 34 |
| Binary | 1000000 | 1001101 | 1010000 | 10100 | 100 | 0 | 1000101 | 10111111 | 1011 | 11100 |
Color Harmonies of #404D50
Complementary color
Monochromatic Colors of #404D50
Black with #404D50
Text Example
Text Example
White with #404D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D50; }
p { color: rgb(64,77,80); }
H1.HeaderClassName
{
color: #404D50;
}
.AnyTagClassName
{
color: #404D50;
}
</style>
background-color css
<style>
a { background-color: #404D50; }
a { background-color: rgb(64,77,80); }
div.DivClassName
{
background-color: #404D50;
}
.BgClassName
{
background-color: #404D50;
}
</style>
border-color css
<style>
span { border-color: #404D50; }
span { border-color: rgb(64,77,80); }
td.TdClassName
{
border-color: #404D50;
}
.TagClassName
{
border-color: #404D50;
}
</style>