Shades of Cello #414F62
Tints of Cello #414F62
RGB
CMYK
RGB Variations
Color information
#414F62 (or 0x414F62) is known color: Cello. HEX triplet: 41, 4F and 62. RGB value is (65,79,98). Sum of RGB (Red+Green+Blue) = 65+79+98=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #414F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F62 is #BEB09D. Grayscale: #4C4C4C. Windows color (decimal): -12497054 or 6442817. OLE color: 6442817.
HSL color Cylindrical-coordinate representation of color #414F62: hue angle of 214.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414F62 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 79 | 98 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.62 |
| HSL | 214.55º | 0.2% | 0.32% | - |
| HSV(B) | 214.55º | 0.34% | 0.38% | - |
| XYZ | 7.18 | 7.6 | 12.64 | - |
| YUV | 76.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 79 | 98 | 0.34 | 0.19 | 0 | 0.62 | 214.55 | 0.2 | 0.32 |
| Hex | 41 | 4F | 62 | 22 | 13 | 0 | 3E | D7 | 14 | 20 |
| Octal | 101 | 117 | 142 | 42 | 23 | 0 | 76 | 327 | 24 | 40 |
| Binary | 1000001 | 1001111 | 1100010 | 100010 | 10011 | 0 | 111110 | 11010111 | 10100 | 100000 |
Color Harmonies of #414F62
Complementary color
Monochromatic Colors of #414F62
Black with #414F62
Text Example
Text Example
White with #414F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414F62; }
p { color: rgb(65,79,98); }
H1.HeaderClassName
{
color: #414F62;
}
.AnyTagClassName
{
color: #414F62;
}
</style>
background-color css
<style>
a { background-color: #414F62; }
a { background-color: rgb(65,79,98); }
div.DivClassName
{
background-color: #414F62;
}
.BgClassName
{
background-color: #414F62;
}
</style>
border-color css
<style>
span { border-color: #414F62; }
span { border-color: rgb(65,79,98); }
td.TdClassName
{
border-color: #414F62;
}
.TagClassName
{
border-color: #414F62;
}
</style>