Shades of Cello #414D57
Tints of Cello #414D57
RGB
CMYK
RGB Variations
Color information
#414D57 (or 0x414D57) is known color: Cello. HEX triplet: 41, 4D and 57. RGB value is (65,77,87). Sum of RGB (Red+Green+Blue) = 65+77+87=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 87 - color contains mainly: blue. Hex color #414D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D57 is #BEB2A8. Grayscale: #4A4A4A. Windows color (decimal): -12497577 or 5721409. OLE color: 5721409.
HSL color Cylindrical-coordinate representation of color #414D57: hue angle of 207.27º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #414D57 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 77 | 87 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.66 |
| HSL | 207.27º | 0.14% | 0.3% | - |
| HSV(B) | 207.27º | 0.25% | 0.34% | - |
| XYZ | 6.55 | 7.12 | 10.05 | - |
| YUV | 74.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 87 | 0.25 | 0.11 | 0 | 0.66 | 207.27 | 0.14 | 0.3 |
| Hex | 41 | 4D | 57 | 19 | B | 0 | 42 | CF | E | 1E |
| Octal | 101 | 115 | 127 | 31 | 13 | 0 | 102 | 317 | 16 | 36 |
| Binary | 1000001 | 1001101 | 1010111 | 11001 | 1011 | 0 | 1000010 | 11001111 | 1110 | 11110 |
Color Harmonies of #414D57
Complementary color
Monochromatic Colors of #414D57
Black with #414D57
Text Example
Text Example
White with #414D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D57; }
p { color: rgb(65,77,87); }
H1.HeaderClassName
{
color: #414D57;
}
.AnyTagClassName
{
color: #414D57;
}
</style>
background-color css
<style>
a { background-color: #414D57; }
a { background-color: rgb(65,77,87); }
div.DivClassName
{
background-color: #414D57;
}
.BgClassName
{
background-color: #414D57;
}
</style>
border-color css
<style>
span { border-color: #414D57; }
span { border-color: rgb(65,77,87); }
td.TdClassName
{
border-color: #414D57;
}
.TagClassName
{
border-color: #414D57;
}
</style>