Shades of Cello #415363
Tints of Cello #415363
RGB
CMYK
RGB Variations
Color information
#415363 (or 0x415363) is known color: Cello. HEX triplet: 41, 53 and 63. RGB value is (65,83,99). Sum of RGB (Red+Green+Blue) = 65+83+99=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #415363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415363 is #BEAC9C. Grayscale: #4F4F4F. Windows color (decimal): -12496029 or 6509377. OLE color: 6509377.
HSL color Cylindrical-coordinate representation of color #415363: hue angle of 208.24º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #415363 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 83 | 99 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.61 |
| HSL | 208.24º | 0.21% | 0.32% | - |
| HSV(B) | 208.24º | 0.34% | 0.39% | - |
| XYZ | 7.53 | 8.21 | 12.99 | - |
| YUV | 79.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 99 | 0.34 | 0.16 | 0 | 0.61 | 208.24 | 0.21 | 0.32 |
| Hex | 41 | 53 | 63 | 22 | 10 | 0 | 3D | D0 | 15 | 20 |
| Octal | 101 | 123 | 143 | 42 | 20 | 0 | 75 | 320 | 25 | 40 |
| Binary | 1000001 | 1010011 | 1100011 | 100010 | 10000 | 0 | 111101 | 11010000 | 10101 | 100000 |
Color Harmonies of #415363
Complementary color
Monochromatic Colors of #415363
Black with #415363
Text Example
Text Example
White with #415363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415363; }
p { color: rgb(65,83,99); }
H1.HeaderClassName
{
color: #415363;
}
.AnyTagClassName
{
color: #415363;
}
</style>
background-color css
<style>
a { background-color: #415363; }
a { background-color: rgb(65,83,99); }
div.DivClassName
{
background-color: #415363;
}
.BgClassName
{
background-color: #415363;
}
</style>
border-color css
<style>
span { border-color: #415363; }
span { border-color: rgb(65,83,99); }
td.TdClassName
{
border-color: #415363;
}
.TagClassName
{
border-color: #415363;
}
</style>