Shades of Cello #415263
Tints of Cello #415263
RGB
CMYK
RGB Variations
Color information
#415263 (or 0x415263) is known color: Cello. HEX triplet: 41, 52 and 63. RGB value is (65,82,99). Sum of RGB (Red+Green+Blue) = 65+82+99=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #415263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415263 is #BEAD9C. Grayscale: #4E4E4E. Windows color (decimal): -12496285 or 6509121. OLE color: 6509121.
HSL color Cylindrical-coordinate representation of color #415263: hue angle of 210º 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 #415263 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 82 | 99 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.61 |
| HSL | 210º | 0.21% | 0.32% | - |
| HSV(B) | 210º | 0.34% | 0.39% | - |
| XYZ | 7.45 | 8.06 | 12.97 | - |
| YUV | 78.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 99 | 0.34 | 0.17 | 0 | 0.61 | 210 | 0.21 | 0.32 |
| Hex | 41 | 52 | 63 | 22 | 11 | 0 | 3D | D2 | 15 | 20 |
| Octal | 101 | 122 | 143 | 42 | 21 | 0 | 75 | 322 | 25 | 40 |
| Binary | 1000001 | 1010010 | 1100011 | 100010 | 10001 | 0 | 111101 | 11010010 | 10101 | 100000 |
Color Harmonies of #415263
Complementary color
Monochromatic Colors of #415263
Black with #415263
Text Example
Text Example
White with #415263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415263; }
p { color: rgb(65,82,99); }
H1.HeaderClassName
{
color: #415263;
}
.AnyTagClassName
{
color: #415263;
}
</style>
background-color css
<style>
a { background-color: #415263; }
a { background-color: rgb(65,82,99); }
div.DivClassName
{
background-color: #415263;
}
.BgClassName
{
background-color: #415263;
}
</style>
border-color css
<style>
span { border-color: #415263; }
span { border-color: rgb(65,82,99); }
td.TdClassName
{
border-color: #415263;
}
.TagClassName
{
border-color: #415263;
}
</style>