Shades of Casal #404F51
Tints of Casal #404F51
RGB
CMYK
RGB Variations
Color information
#404F51 (or 0x404F51) is known color: Casal. HEX triplet: 40, 4F and 51. RGB value is (64,79,81). Sum of RGB (Red+Green+Blue) = 64+79+81=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #404F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F51 is #BFB0AE. Grayscale: #4A4A4A. Windows color (decimal): -12562607 or 5328704. OLE color: 5328704.
HSL color Cylindrical-coordinate representation of color #404F51: hue angle of 187.06º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404F51 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 79 | 81 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.68 |
| HSL | 187.06º | 0.12% | 0.28% | - |
| HSV(B) | 187.06º | 0.21% | 0.32% | - |
| XYZ | 6.4 | 7.28 | 8.85 | - |
| YUV | 74.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 81 | 0.21 | 0.02 | 0 | 0.68 | 187.06 | 0.12 | 0.28 |
| Hex | 40 | 4F | 51 | 15 | 2 | 0 | 44 | BB | C | 1C |
| Octal | 100 | 117 | 121 | 25 | 2 | 0 | 104 | 273 | 14 | 34 |
| Binary | 1000000 | 1001111 | 1010001 | 10101 | 10 | 0 | 1000100 | 10111011 | 1100 | 11100 |
Color Harmonies of #404F51
Complementary color
Monochromatic Colors of #404F51
Black with #404F51
Text Example
Text Example
White with #404F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F51; }
p { color: rgb(64,79,81); }
H1.HeaderClassName
{
color: #404F51;
}
.AnyTagClassName
{
color: #404F51;
}
</style>
background-color css
<style>
a { background-color: #404F51; }
a { background-color: rgb(64,79,81); }
div.DivClassName
{
background-color: #404F51;
}
.BgClassName
{
background-color: #404F51;
}
</style>
border-color css
<style>
span { border-color: #404F51; }
span { border-color: rgb(64,79,81); }
td.TdClassName
{
border-color: #404F51;
}
.TagClassName
{
border-color: #404F51;
}
</style>