Shades of Cello #404F62
Tints of Cello #404F62
RGB
CMYK
RGB Variations
Color information
#404F62 (or 0x404F62) is known color: Cello. HEX triplet: 40, 4F and 62. RGB value is (64,79,98). Sum of RGB (Red+Green+Blue) = 64+79+98=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #404F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F62 is #BFB09D. Grayscale: #4C4C4C. Windows color (decimal): -12562590 or 6442816. OLE color: 6442816.
HSL color Cylindrical-coordinate representation of color #404F62: hue angle of 213.53º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404F62 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 79 | 98 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.62 |
| HSL | 213.53º | 0.21% | 0.32% | - |
| HSV(B) | 213.53º | 0.35% | 0.38% | - |
| XYZ | 7.11 | 7.56 | 12.64 | - |
| YUV | 76.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 98 | 0.35 | 0.19 | 0 | 0.62 | 213.53 | 0.21 | 0.32 |
| Hex | 40 | 4F | 62 | 23 | 13 | 0 | 3E | D6 | 15 | 20 |
| Octal | 100 | 117 | 142 | 43 | 23 | 0 | 76 | 326 | 25 | 40 |
| Binary | 1000000 | 1001111 | 1100010 | 100011 | 10011 | 0 | 111110 | 11010110 | 10101 | 100000 |
Color Harmonies of #404F62
Complementary color
Monochromatic Colors of #404F62
Black with #404F62
Text Example
Text Example
White with #404F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F62; }
p { color: rgb(64,79,98); }
H1.HeaderClassName
{
color: #404F62;
}
.AnyTagClassName
{
color: #404F62;
}
</style>
background-color css
<style>
a { background-color: #404F62; }
a { background-color: rgb(64,79,98); }
div.DivClassName
{
background-color: #404F62;
}
.BgClassName
{
background-color: #404F62;
}
</style>
border-color css
<style>
span { border-color: #404F62; }
span { border-color: rgb(64,79,98); }
td.TdClassName
{
border-color: #404F62;
}
.TagClassName
{
border-color: #404F62;
}
</style>