Shades of Cello #41505E
Tints of Cello #41505E
RGB
CMYK
RGB Variations
Color information
#41505E (or 0x41505E) is known color: Cello. HEX triplet: 41, 50 and 5E. RGB value is (65,80,94). Sum of RGB (Red+Green+Blue) = 65+80+94=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 94 - color contains mainly: blue. Hex color #41505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41505E is #BEAFA1. Grayscale: #4D4D4D. Windows color (decimal): -12496802 or 6180929. OLE color: 6180929.
HSL color Cylindrical-coordinate representation of color #41505E: hue angle of 208.97º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41505E is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 80 | 94 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.63 |
| HSL | 208.97º | 0.18% | 0.31% | - |
| HSV(B) | 208.97º | 0.31% | 0.37% | - |
| XYZ | 7.07 | 7.67 | 11.7 | - |
| YUV | 77.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 94 | 0.31 | 0.15 | 0 | 0.63 | 208.97 | 0.18 | 0.31 |
| Hex | 41 | 50 | 5E | 1F | F | 0 | 3F | D1 | 12 | 1F |
| Octal | 101 | 120 | 136 | 37 | 17 | 0 | 77 | 321 | 22 | 37 |
| Binary | 1000001 | 1010000 | 1011110 | 11111 | 1111 | 0 | 111111 | 11010001 | 10010 | 11111 |
Color Harmonies of #41505E
Complementary color
Monochromatic Colors of #41505E
Black with #41505E
Text Example
Text Example
White with #41505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41505E; }
p { color: rgb(65,80,94); }
H1.HeaderClassName
{
color: #41505E;
}
.AnyTagClassName
{
color: #41505E;
}
</style>
background-color css
<style>
a { background-color: #41505E; }
a { background-color: rgb(65,80,94); }
div.DivClassName
{
background-color: #41505E;
}
.BgClassName
{
background-color: #41505E;
}
</style>
border-color css
<style>
span { border-color: #41505E; }
span { border-color: rgb(65,80,94); }
td.TdClassName
{
border-color: #41505E;
}
.TagClassName
{
border-color: #41505E;
}
</style>