Shades of Cello #404E60
Tints of Cello #404E60
RGB
CMYK
RGB Variations
Color information
#404E60 (or 0x404E60) is known color: Cello. HEX triplet: 40, 4E and 60. RGB value is (64,78,96). Sum of RGB (Red+Green+Blue) = 64+78+96=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #404E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E60 is #BFB19F. Grayscale: #4B4B4B. Windows color (decimal): -12562848 or 6311488. OLE color: 6311488.
HSL color Cylindrical-coordinate representation of color #404E60: hue angle of 213.75º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404E60 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 78 | 96 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.62 |
| HSL | 213.75º | 0.2% | 0.31% | - |
| HSV(B) | 213.75º | 0.33% | 0.38% | - |
| XYZ | 6.95 | 7.38 | 12.13 | - |
| YUV | 75.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 96 | 0.33 | 0.19 | 0 | 0.62 | 213.75 | 0.2 | 0.31 |
| Hex | 40 | 4E | 60 | 21 | 13 | 0 | 3E | D6 | 14 | 1F |
| Octal | 100 | 116 | 140 | 41 | 23 | 0 | 76 | 326 | 24 | 37 |
| Binary | 1000000 | 1001110 | 1100000 | 100001 | 10011 | 0 | 111110 | 11010110 | 10100 | 11111 |
Color Harmonies of #404E60
Complementary color
Monochromatic Colors of #404E60
Black with #404E60
Text Example
Text Example
White with #404E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E60; }
p { color: rgb(64,78,96); }
H1.HeaderClassName
{
color: #404E60;
}
.AnyTagClassName
{
color: #404E60;
}
</style>
background-color css
<style>
a { background-color: #404E60; }
a { background-color: rgb(64,78,96); }
div.DivClassName
{
background-color: #404E60;
}
.BgClassName
{
background-color: #404E60;
}
</style>
border-color css
<style>
span { border-color: #404E60; }
span { border-color: rgb(64,78,96); }
td.TdClassName
{
border-color: #404E60;
}
.TagClassName
{
border-color: #404E60;
}
</style>