Shades of Cello #454F5E
Tints of Cello #454F5E
RGB
CMYK
RGB Variations
Color information
#454F5E (or 0x454F5E) is known color: Cello. HEX triplet: 45, 4F and 5E. RGB value is (69,79,94). Sum of RGB (Red+Green+Blue) = 69+79+94=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 94 - color contains mainly: blue. Hex color #454F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F5E is #BAB0A1. Grayscale: #4D4D4D. Windows color (decimal): -12234914 or 6180677. OLE color: 6180677.
HSL color Cylindrical-coordinate representation of color #454F5E: hue angle of 216º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #454F5E is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 79 | 94 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.63 |
| HSL | 216º | 0.15% | 0.32% | - |
| HSV(B) | 216º | 0.27% | 0.37% | - |
| XYZ | 7.27 | 7.67 | 11.69 | - |
| YUV | 77.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 94 | 0.27 | 0.16 | 0 | 0.63 | 216 | 0.15 | 0.32 |
| Hex | 45 | 4F | 5E | 1B | 10 | 0 | 3F | D8 | F | 20 |
| Octal | 105 | 117 | 136 | 33 | 20 | 0 | 77 | 330 | 17 | 40 |
| Binary | 1000101 | 1001111 | 1011110 | 11011 | 10000 | 0 | 111111 | 11011000 | 1111 | 100000 |
Color Harmonies of #454F5E
Complementary color
Monochromatic Colors of #454F5E
Black with #454F5E
Text Example
Text Example
White with #454F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F5E; }
p { color: rgb(69,79,94); }
H1.HeaderClassName
{
color: #454F5E;
}
.AnyTagClassName
{
color: #454F5E;
}
</style>
background-color css
<style>
a { background-color: #454F5E; }
a { background-color: rgb(69,79,94); }
div.DivClassName
{
background-color: #454F5E;
}
.BgClassName
{
background-color: #454F5E;
}
</style>
border-color css
<style>
span { border-color: #454F5E; }
span { border-color: rgb(69,79,94); }
td.TdClassName
{
border-color: #454F5E;
}
.TagClassName
{
border-color: #454F5E;
}
</style>