Shades of Cello #414E5C
Tints of Cello #414E5C
RGB
CMYK
RGB Variations
Color information
#414E5C (or 0x414E5C) is known color: Cello. HEX triplet: 41, 4E and 5C. RGB value is (65,78,92). Sum of RGB (Red+Green+Blue) = 65+78+92=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #414E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E5C is #BEB1A3. Grayscale: #4B4B4B. Windows color (decimal): -12497316 or 6049345. OLE color: 6049345.
HSL color Cylindrical-coordinate representation of color #414E5C: hue angle of 211.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #414E5C is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 78 | 92 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.64 |
| HSL | 211.11º | 0.17% | 0.31% | - |
| HSV(B) | 211.11º | 0.29% | 0.36% | - |
| XYZ | 6.84 | 7.35 | 11.18 | - |
| YUV | 75.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 92 | 0.29 | 0.15 | 0 | 0.64 | 211.11 | 0.17 | 0.31 |
| Hex | 41 | 4E | 5C | 1D | F | 0 | 40 | D3 | 11 | 1F |
| Octal | 101 | 116 | 134 | 35 | 17 | 0 | 100 | 323 | 21 | 37 |
| Binary | 1000001 | 1001110 | 1011100 | 11101 | 1111 | 0 | 1000000 | 11010011 | 10001 | 11111 |
Color Harmonies of #414E5C
Complementary color
Monochromatic Colors of #414E5C
Black with #414E5C
Text Example
Text Example
White with #414E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E5C; }
p { color: rgb(65,78,92); }
H1.HeaderClassName
{
color: #414E5C;
}
.AnyTagClassName
{
color: #414E5C;
}
</style>
background-color css
<style>
a { background-color: #414E5C; }
a { background-color: rgb(65,78,92); }
div.DivClassName
{
background-color: #414E5C;
}
.BgClassName
{
background-color: #414E5C;
}
</style>
border-color css
<style>
span { border-color: #414E5C; }
span { border-color: rgb(65,78,92); }
td.TdClassName
{
border-color: #414E5C;
}
.TagClassName
{
border-color: #414E5C;
}
</style>