Shades of Cello #404C59
Tints of Cello #404C59
RGB
CMYK
RGB Variations
Color information
#404C59 (or 0x404C59) is known color: Cello. HEX triplet: 40, 4C and 59. RGB value is (64,76,89). Sum of RGB (Red+Green+Blue) = 64+76+89=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #404C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C59 is #BFB3A6. Grayscale: #494949. Windows color (decimal): -12563367 or 5852224. OLE color: 5852224.
HSL color Cylindrical-coordinate representation of color #404C59: hue angle of 211.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #404C59 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 76 | 89 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.65 |
| HSL | 211.2º | 0.16% | 0.3% | - |
| HSV(B) | 211.2º | 0.28% | 0.35% | - |
| XYZ | 6.5 | 6.98 | 10.46 | - |
| YUV | 73.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 89 | 0.28 | 0.15 | 0 | 0.65 | 211.2 | 0.16 | 0.3 |
| Hex | 40 | 4C | 59 | 1C | F | 0 | 41 | D3 | 10 | 1E |
| Octal | 100 | 114 | 131 | 34 | 17 | 0 | 101 | 323 | 20 | 36 |
| Binary | 1000000 | 1001100 | 1011001 | 11100 | 1111 | 0 | 1000001 | 11010011 | 10000 | 11110 |
Color Harmonies of #404C59
Complementary color
Monochromatic Colors of #404C59
Black with #404C59
Text Example
Text Example
White with #404C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C59; }
p { color: rgb(64,76,89); }
H1.HeaderClassName
{
color: #404C59;
}
.AnyTagClassName
{
color: #404C59;
}
</style>
background-color css
<style>
a { background-color: #404C59; }
a { background-color: rgb(64,76,89); }
div.DivClassName
{
background-color: #404C59;
}
.BgClassName
{
background-color: #404C59;
}
</style>
border-color css
<style>
span { border-color: #404C59; }
span { border-color: rgb(64,76,89); }
td.TdClassName
{
border-color: #404C59;
}
.TagClassName
{
border-color: #404C59;
}
</style>