Shades of Cello #404E63
Tints of Cello #404E63
RGB
CMYK
RGB Variations
Color information
#404E63 (or 0x404E63) is known color: Cello. HEX triplet: 40, 4E and 63. RGB value is (64,78,99). Sum of RGB (Red+Green+Blue) = 64+78+99=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #404E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E63 is #BFB19C. Grayscale: #4C4C4C. Windows color (decimal): -12562845 or 6508096. OLE color: 6508096.
HSL color Cylindrical-coordinate representation of color #404E63: hue angle of 216º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404E63 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 78 | 99 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.61 |
| HSL | 216º | 0.21% | 0.32% | - |
| HSV(B) | 216º | 0.35% | 0.39% | - |
| XYZ | 7.09 | 7.44 | 12.87 | - |
| YUV | 76.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 99 | 0.35 | 0.21 | 0 | 0.61 | 216 | 0.21 | 0.32 |
| Hex | 40 | 4E | 63 | 23 | 15 | 0 | 3D | D8 | 15 | 20 |
| Octal | 100 | 116 | 143 | 43 | 25 | 0 | 75 | 330 | 25 | 40 |
| Binary | 1000000 | 1001110 | 1100011 | 100011 | 10101 | 0 | 111101 | 11011000 | 10101 | 100000 |
Color Harmonies of #404E63
Complementary color
Monochromatic Colors of #404E63
Black with #404E63
Text Example
Text Example
White with #404E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E63; }
p { color: rgb(64,78,99); }
H1.HeaderClassName
{
color: #404E63;
}
.AnyTagClassName
{
color: #404E63;
}
</style>
background-color css
<style>
a { background-color: #404E63; }
a { background-color: rgb(64,78,99); }
div.DivClassName
{
background-color: #404E63;
}
.BgClassName
{
background-color: #404E63;
}
</style>
border-color css
<style>
span { border-color: #404E63; }
span { border-color: rgb(64,78,99); }
td.TdClassName
{
border-color: #404E63;
}
.TagClassName
{
border-color: #404E63;
}
</style>