Shades of Cello #404E5B
Tints of Cello #404E5B
RGB
CMYK
RGB Variations
Color information
#404E5B (or 0x404E5B) is known color: Cello. HEX triplet: 40, 4E and 5B. RGB value is (64,78,91). Sum of RGB (Red+Green+Blue) = 64+78+91=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #404E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E5B is #BFB1A4. Grayscale: #4B4B4B. Windows color (decimal): -12562853 or 5983808. OLE color: 5983808.
HSL color Cylindrical-coordinate representation of color #404E5B: hue angle of 208.89º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #404E5B is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 78 | 91 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.64 |
| HSL | 208.89º | 0.17% | 0.3% | - |
| HSV(B) | 208.89º | 0.3% | 0.36% | - |
| XYZ | 6.73 | 7.29 | 10.95 | - |
| YUV | 75.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 91 | 0.30 | 0.14 | 0 | 0.64 | 208.89 | 0.17 | 0.3 |
| Hex | 40 | 4E | 5B | 1E | E | 0 | 40 | D1 | 11 | 1E |
| Octal | 100 | 116 | 133 | 36 | 16 | 0 | 100 | 321 | 21 | 36 |
| Binary | 1000000 | 1001110 | 1011011 | 11110 | 1110 | 0 | 1000000 | 11010001 | 10001 | 11110 |
Color Harmonies of #404E5B
Complementary color
Monochromatic Colors of #404E5B
Black with #404E5B
Text Example
Text Example
White with #404E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E5B; }
p { color: rgb(64,78,91); }
H1.HeaderClassName
{
color: #404E5B;
}
.AnyTagClassName
{
color: #404E5B;
}
</style>
background-color css
<style>
a { background-color: #404E5B; }
a { background-color: rgb(64,78,91); }
div.DivClassName
{
background-color: #404E5B;
}
.BgClassName
{
background-color: #404E5B;
}
</style>
border-color css
<style>
span { border-color: #404E5B; }
span { border-color: rgb(64,78,91); }
td.TdClassName
{
border-color: #404E5B;
}
.TagClassName
{
border-color: #404E5B;
}
</style>