Shades of Casal #404D4F
Tints of Casal #404D4F
RGB
CMYK
RGB Variations
Color information
#404D4F (or 0x404D4F) is known color: Casal. HEX triplet: 40, 4D and 4F. RGB value is (64,77,79). Sum of RGB (Red+Green+Blue) = 64+77+79=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 79 - color contains mainly: blue. Hex color #404D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D4F is #BFB2B0. Grayscale: #494949. Windows color (decimal): -12563121 or 5197120. OLE color: 5197120.
HSL color Cylindrical-coordinate representation of color #404D4F: hue angle of 188º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404D4F is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 77 | 79 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.69 |
| HSL | 188º | 0.1% | 0.28% | - |
| HSV(B) | 188º | 0.19% | 0.31% | - |
| XYZ | 6.18 | 6.96 | 8.42 | - |
| YUV | 73.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 79 | 0.19 | 0.03 | 0 | 0.69 | 188 | 0.1 | 0.28 |
| Hex | 40 | 4D | 4F | 13 | 3 | 0 | 45 | BC | A | 1C |
| Octal | 100 | 115 | 117 | 23 | 3 | 0 | 105 | 274 | 12 | 34 |
| Binary | 1000000 | 1001101 | 1001111 | 10011 | 11 | 0 | 1000101 | 10111100 | 1010 | 11100 |
Color Harmonies of #404D4F
Complementary color
Monochromatic Colors of #404D4F
Black with #404D4F
Text Example
Text Example
White with #404D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D4F; }
p { color: rgb(64,77,79); }
H1.HeaderClassName
{
color: #404D4F;
}
.AnyTagClassName
{
color: #404D4F;
}
</style>
background-color css
<style>
a { background-color: #404D4F; }
a { background-color: rgb(64,77,79); }
div.DivClassName
{
background-color: #404D4F;
}
.BgClassName
{
background-color: #404D4F;
}
</style>
border-color css
<style>
span { border-color: #404D4F; }
span { border-color: rgb(64,77,79); }
td.TdClassName
{
border-color: #404D4F;
}
.TagClassName
{
border-color: #404D4F;
}
</style>