Shades of Cello #415061
Tints of Cello #415061
RGB
CMYK
RGB Variations
Color information
#415061 (or 0x415061) is known color: Cello. HEX triplet: 41, 50 and 61. RGB value is (65,80,97). Sum of RGB (Red+Green+Blue) = 65+80+97=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #415061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415061 is #BEAF9E. Grayscale: #4D4D4D. Windows color (decimal): -12496799 or 6377537. OLE color: 6377537.
HSL color Cylindrical-coordinate representation of color #415061: hue angle of 211.88º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #415061 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 80 | 97 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.62 |
| HSL | 211.88º | 0.2% | 0.32% | - |
| HSV(B) | 211.88º | 0.33% | 0.38% | - |
| XYZ | 7.21 | 7.72 | 12.42 | - |
| YUV | 77.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 97 | 0.33 | 0.18 | 0 | 0.62 | 211.88 | 0.2 | 0.32 |
| Hex | 41 | 50 | 61 | 21 | 12 | 0 | 3E | D4 | 14 | 20 |
| Octal | 101 | 120 | 141 | 41 | 22 | 0 | 76 | 324 | 24 | 40 |
| Binary | 1000001 | 1010000 | 1100001 | 100001 | 10010 | 0 | 111110 | 11010100 | 10100 | 100000 |
Color Harmonies of #415061
Complementary color
Monochromatic Colors of #415061
Black with #415061
Text Example
Text Example
White with #415061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415061; }
p { color: rgb(65,80,97); }
H1.HeaderClassName
{
color: #415061;
}
.AnyTagClassName
{
color: #415061;
}
</style>
background-color css
<style>
a { background-color: #415061; }
a { background-color: rgb(65,80,97); }
div.DivClassName
{
background-color: #415061;
}
.BgClassName
{
background-color: #415061;
}
</style>
border-color css
<style>
span { border-color: #415061; }
span { border-color: rgb(65,80,97); }
td.TdClassName
{
border-color: #415061;
}
.TagClassName
{
border-color: #415061;
}
</style>