Shades of Cello #404F5E
Tints of Cello #404F5E
RGB
CMYK
RGB Variations
Color information
#404F5E (or 0x404F5E) is known color: Cello. HEX triplet: 40, 4F and 5E. RGB value is (64,79,94). Sum of RGB (Red+Green+Blue) = 64+79+94=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #404F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F5E is #BFB0A1. Grayscale: #4C4C4C. Windows color (decimal): -12562594 or 6180672. OLE color: 6180672.
HSL color Cylindrical-coordinate representation of color #404F5E: hue angle of 210º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #404F5E is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 79 | 94 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.63 |
| HSL | 210º | 0.19% | 0.31% | - |
| HSV(B) | 210º | 0.32% | 0.37% | - |
| XYZ | 6.93 | 7.49 | 11.67 | - |
| YUV | 76.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 94 | 0.32 | 0.16 | 0 | 0.63 | 210 | 0.19 | 0.31 |
| Hex | 40 | 4F | 5E | 20 | 10 | 0 | 3F | D2 | 13 | 1F |
| Octal | 100 | 117 | 136 | 40 | 20 | 0 | 77 | 322 | 23 | 37 |
| Binary | 1000000 | 1001111 | 1011110 | 100000 | 10000 | 0 | 111111 | 11010010 | 10011 | 11111 |
Color Harmonies of #404F5E
Complementary color
Monochromatic Colors of #404F5E
Black with #404F5E
Text Example
Text Example
White with #404F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F5E; }
p { color: rgb(64,79,94); }
H1.HeaderClassName
{
color: #404F5E;
}
.AnyTagClassName
{
color: #404F5E;
}
</style>
background-color css
<style>
a { background-color: #404F5E; }
a { background-color: rgb(64,79,94); }
div.DivClassName
{
background-color: #404F5E;
}
.BgClassName
{
background-color: #404F5E;
}
</style>
border-color css
<style>
span { border-color: #404F5E; }
span { border-color: rgb(64,79,94); }
td.TdClassName
{
border-color: #404F5E;
}
.TagClassName
{
border-color: #404F5E;
}
</style>