Shades of Cello #424E61
Tints of Cello #424E61
RGB
CMYK
RGB Variations
Color information
#424E61 (or 0x424E61) is known color: Cello. HEX triplet: 42, 4E and 61. RGB value is (66,78,97). Sum of RGB (Red+Green+Blue) = 66+78+97=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #424E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E61 is #BDB19E. Grayscale: #4C4C4C. Windows color (decimal): -12431775 or 6377026. OLE color: 6377026.
HSL color Cylindrical-coordinate representation of color #424E61: hue angle of 216.77º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #424E61 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 78 | 97 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.62 |
| HSL | 216.77º | 0.19% | 0.32% | - |
| HSV(B) | 216.77º | 0.32% | 0.38% | - |
| XYZ | 7.13 | 7.47 | 12.38 | - |
| YUV | 76.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 97 | 0.32 | 0.20 | 0 | 0.62 | 216.77 | 0.19 | 0.32 |
| Hex | 42 | 4E | 61 | 20 | 14 | 0 | 3E | D9 | 13 | 20 |
| Octal | 102 | 116 | 141 | 40 | 24 | 0 | 76 | 331 | 23 | 40 |
| Binary | 1000010 | 1001110 | 1100001 | 100000 | 10100 | 0 | 111110 | 11011001 | 10011 | 100000 |
Color Harmonies of #424E61
Complementary color
Monochromatic Colors of #424E61
Black with #424E61
Text Example
Text Example
White with #424E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E61; }
p { color: rgb(66,78,97); }
H1.HeaderClassName
{
color: #424E61;
}
.AnyTagClassName
{
color: #424E61;
}
</style>
background-color css
<style>
a { background-color: #424E61; }
a { background-color: rgb(66,78,97); }
div.DivClassName
{
background-color: #424E61;
}
.BgClassName
{
background-color: #424E61;
}
</style>
border-color css
<style>
span { border-color: #424E61; }
span { border-color: rgb(66,78,97); }
td.TdClassName
{
border-color: #424E61;
}
.TagClassName
{
border-color: #424E61;
}
</style>