Shades of Cello #454F5C
Tints of Cello #454F5C
RGB
CMYK
RGB Variations
Color information
#454F5C (or 0x454F5C) is known color: Cello. HEX triplet: 45, 4F and 5C. RGB value is (69,79,92). Sum of RGB (Red+Green+Blue) = 69+79+92=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 92 - color contains mainly: blue. Hex color #454F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F5C is #BAB0A3. Grayscale: #4D4D4D. Windows color (decimal): -12234916 or 6049605. OLE color: 6049605.
HSL color Cylindrical-coordinate representation of color #454F5C: hue angle of 213.91º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #454F5C is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 79 | 92 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.64 |
| HSL | 213.91º | 0.14% | 0.32% | - |
| HSV(B) | 213.91º | 0.25% | 0.36% | - |
| XYZ | 7.18 | 7.63 | 11.22 | - |
| YUV | 77.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 92 | 0.25 | 0.14 | 0 | 0.64 | 213.91 | 0.14 | 0.32 |
| Hex | 45 | 4F | 5C | 19 | E | 0 | 40 | D6 | E | 20 |
| Octal | 105 | 117 | 134 | 31 | 16 | 0 | 100 | 326 | 16 | 40 |
| Binary | 1000101 | 1001111 | 1011100 | 11001 | 1110 | 0 | 1000000 | 11010110 | 1110 | 100000 |
Color Harmonies of #454F5C
Complementary color
Monochromatic Colors of #454F5C
Black with #454F5C
Text Example
Text Example
White with #454F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F5C; }
p { color: rgb(69,79,92); }
H1.HeaderClassName
{
color: #454F5C;
}
.AnyTagClassName
{
color: #454F5C;
}
</style>
background-color css
<style>
a { background-color: #454F5C; }
a { background-color: rgb(69,79,92); }
div.DivClassName
{
background-color: #454F5C;
}
.BgClassName
{
background-color: #454F5C;
}
</style>
border-color css
<style>
span { border-color: #454F5C; }
span { border-color: rgb(69,79,92); }
td.TdClassName
{
border-color: #454F5C;
}
.TagClassName
{
border-color: #454F5C;
}
</style>