Shades of Cello #454E56
Tints of Cello #454E56
RGB
CMYK
RGB Variations
Color information
#454E56 (or 0x454E56) is known color: Cello. HEX triplet: 45, 4E and 56. RGB value is (69,78,86). Sum of RGB (Red+Green+Blue) = 69+78+86=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 86 - color contains mainly: blue. Hex color #454E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E56 is #BAB1A9. Grayscale: #4C4C4C. Windows color (decimal): -12235178 or 5656133. OLE color: 5656133.
HSL color Cylindrical-coordinate representation of color #454E56: hue angle of 208.24º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #454E56 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 78 | 86 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.66 |
| HSL | 208.24º | 0.11% | 0.3% | - |
| HSV(B) | 208.24º | 0.2% | 0.34% | - |
| XYZ | 6.86 | 7.39 | 9.87 | - |
| YUV | 76.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 86 | 0.20 | 0.09 | 0 | 0.66 | 208.24 | 0.11 | 0.3 |
| Hex | 45 | 4E | 56 | 14 | 9 | 0 | 42 | D0 | B | 1E |
| Octal | 105 | 116 | 126 | 24 | 11 | 0 | 102 | 320 | 13 | 36 |
| Binary | 1000101 | 1001110 | 1010110 | 10100 | 1001 | 0 | 1000010 | 11010000 | 1011 | 11110 |
Color Harmonies of #454E56
Complementary color
Monochromatic Colors of #454E56
Black with #454E56
Text Example
Text Example
White with #454E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E56; }
p { color: rgb(69,78,86); }
H1.HeaderClassName
{
color: #454E56;
}
.AnyTagClassName
{
color: #454E56;
}
</style>
background-color css
<style>
a { background-color: #454E56; }
a { background-color: rgb(69,78,86); }
div.DivClassName
{
background-color: #454E56;
}
.BgClassName
{
background-color: #454E56;
}
</style>
border-color css
<style>
span { border-color: #454E56; }
span { border-color: rgb(69,78,86); }
td.TdClassName
{
border-color: #454E56;
}
.TagClassName
{
border-color: #454E56;
}
</style>