Shades of Cello #404F60
Tints of Cello #404F60
RGB
CMYK
RGB Variations
Color information
#404F60 (or 0x404F60) is known color: Cello. HEX triplet: 40, 4F and 60. RGB value is (64,79,96). Sum of RGB (Red+Green+Blue) = 64+79+96=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #404F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F60 is #BFB09F. Grayscale: #4C4C4C. Windows color (decimal): -12562592 or 6311744. OLE color: 6311744.
HSL color Cylindrical-coordinate representation of color #404F60: hue angle of 211.88º 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 #404F60 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 79 | 96 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.62 |
| HSL | 211.88º | 0.2% | 0.31% | - |
| HSV(B) | 211.88º | 0.33% | 0.38% | - |
| XYZ | 7.02 | 7.53 | 12.15 | - |
| YUV | 76.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 96 | 0.33 | 0.18 | 0 | 0.62 | 211.88 | 0.2 | 0.31 |
| Hex | 40 | 4F | 60 | 21 | 12 | 0 | 3E | D4 | 14 | 1F |
| Octal | 100 | 117 | 140 | 41 | 22 | 0 | 76 | 324 | 24 | 37 |
| Binary | 1000000 | 1001111 | 1100000 | 100001 | 10010 | 0 | 111110 | 11010100 | 10100 | 11111 |
Color Harmonies of #404F60
Complementary color
Monochromatic Colors of #404F60
Black with #404F60
Text Example
Text Example
White with #404F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F60; }
p { color: rgb(64,79,96); }
H1.HeaderClassName
{
color: #404F60;
}
.AnyTagClassName
{
color: #404F60;
}
</style>
background-color css
<style>
a { background-color: #404F60; }
a { background-color: rgb(64,79,96); }
div.DivClassName
{
background-color: #404F60;
}
.BgClassName
{
background-color: #404F60;
}
</style>
border-color css
<style>
span { border-color: #404F60; }
span { border-color: rgb(64,79,96); }
td.TdClassName
{
border-color: #404F60;
}
.TagClassName
{
border-color: #404F60;
}
</style>