Shades of Cello #415060
Tints of Cello #415060
RGB
CMYK
RGB Variations
Color information
#415060 (or 0x415060) is known color: Cello. HEX triplet: 41, 50 and 60. RGB value is (65,80,96). Sum of RGB (Red+Green+Blue) = 65+80+96=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #415060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415060 is #BEAF9F. Grayscale: #4D4D4D. Windows color (decimal): -12496800 or 6312001. OLE color: 6312001.
HSL color Cylindrical-coordinate representation of color #415060: hue angle of 210.97º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #415060 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 80 | 96 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.62 |
| HSL | 210.97º | 0.19% | 0.32% | - |
| HSV(B) | 210.97º | 0.32% | 0.38% | - |
| XYZ | 7.16 | 7.71 | 12.18 | - |
| YUV | 77.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 96 | 0.32 | 0.17 | 0 | 0.62 | 210.97 | 0.19 | 0.32 |
| Hex | 41 | 50 | 60 | 20 | 11 | 0 | 3E | D3 | 13 | 20 |
| Octal | 101 | 120 | 140 | 40 | 21 | 0 | 76 | 323 | 23 | 40 |
| Binary | 1000001 | 1010000 | 1100000 | 100000 | 10001 | 0 | 111110 | 11010011 | 10011 | 100000 |
Color Harmonies of #415060
Complementary color
Monochromatic Colors of #415060
Black with #415060
Text Example
Text Example
White with #415060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415060; }
p { color: rgb(65,80,96); }
H1.HeaderClassName
{
color: #415060;
}
.AnyTagClassName
{
color: #415060;
}
</style>
background-color css
<style>
a { background-color: #415060; }
a { background-color: rgb(65,80,96); }
div.DivClassName
{
background-color: #415060;
}
.BgClassName
{
background-color: #415060;
}
</style>
border-color css
<style>
span { border-color: #415060; }
span { border-color: rgb(65,80,96); }
td.TdClassName
{
border-color: #415060;
}
.TagClassName
{
border-color: #415060;
}
</style>