Shades of Cello #414E5F
Tints of Cello #414E5F
RGB
CMYK
RGB Variations
Color information
#414E5F (or 0x414E5F) is known color: Cello. HEX triplet: 41, 4E and 5F. RGB value is (65,78,95). Sum of RGB (Red+Green+Blue) = 65+78+95=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #414E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E5F is #BEB1A0. Grayscale: #4B4B4B. Windows color (decimal): -12497313 or 6245953. OLE color: 6245953.
HSL color Cylindrical-coordinate representation of color #414E5F: hue angle of 214º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414E5F is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 78 | 95 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.63 |
| HSL | 214º | 0.19% | 0.31% | - |
| HSV(B) | 214º | 0.32% | 0.37% | - |
| XYZ | 6.97 | 7.4 | 11.89 | - |
| YUV | 76.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 95 | 0.32 | 0.18 | 0 | 0.63 | 214 | 0.19 | 0.31 |
| Hex | 41 | 4E | 5F | 20 | 12 | 0 | 3F | D6 | 13 | 1F |
| Octal | 101 | 116 | 137 | 40 | 22 | 0 | 77 | 326 | 23 | 37 |
| Binary | 1000001 | 1001110 | 1011111 | 100000 | 10010 | 0 | 111111 | 11010110 | 10011 | 11111 |
Color Harmonies of #414E5F
Complementary color
Monochromatic Colors of #414E5F
Black with #414E5F
Text Example
Text Example
White with #414E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E5F; }
p { color: rgb(65,78,95); }
H1.HeaderClassName
{
color: #414E5F;
}
.AnyTagClassName
{
color: #414E5F;
}
</style>
background-color css
<style>
a { background-color: #414E5F; }
a { background-color: rgb(65,78,95); }
div.DivClassName
{
background-color: #414E5F;
}
.BgClassName
{
background-color: #414E5F;
}
</style>
border-color css
<style>
span { border-color: #414E5F; }
span { border-color: rgb(65,78,95); }
td.TdClassName
{
border-color: #414E5F;
}
.TagClassName
{
border-color: #414E5F;
}
</style>