Shades of Cello #404F63
Tints of Cello #404F63
RGB
CMYK
RGB Variations
Color information
#404F63 (or 0x404F63) is known color: Cello. HEX triplet: 40, 4F and 63. RGB value is (64,79,99). Sum of RGB (Red+Green+Blue) = 64+79+99=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #404F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F63 is #BFB09C. Grayscale: #4C4C4C. Windows color (decimal): -12562589 or 6508352. OLE color: 6508352.
HSL color Cylindrical-coordinate representation of color #404F63: hue angle of 214.29º 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 #404F63 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 79 | 99 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.61 |
| HSL | 214.29º | 0.21% | 0.32% | - |
| HSV(B) | 214.29º | 0.35% | 0.39% | - |
| XYZ | 7.16 | 7.58 | 12.89 | - |
| YUV | 76.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 99 | 0.35 | 0.20 | 0 | 0.61 | 214.29 | 0.21 | 0.32 |
| Hex | 40 | 4F | 63 | 23 | 14 | 0 | 3D | D6 | 15 | 20 |
| Octal | 100 | 117 | 143 | 43 | 24 | 0 | 75 | 326 | 25 | 40 |
| Binary | 1000000 | 1001111 | 1100011 | 100011 | 10100 | 0 | 111101 | 11010110 | 10101 | 100000 |
Color Harmonies of #404F63
Complementary color
Monochromatic Colors of #404F63
Black with #404F63
Text Example
Text Example
White with #404F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F63; }
p { color: rgb(64,79,99); }
H1.HeaderClassName
{
color: #404F63;
}
.AnyTagClassName
{
color: #404F63;
}
</style>
background-color css
<style>
a { background-color: #404F63; }
a { background-color: rgb(64,79,99); }
div.DivClassName
{
background-color: #404F63;
}
.BgClassName
{
background-color: #404F63;
}
</style>
border-color css
<style>
span { border-color: #404F63; }
span { border-color: rgb(64,79,99); }
td.TdClassName
{
border-color: #404F63;
}
.TagClassName
{
border-color: #404F63;
}
</style>