Shades of Cello #464F58
Tints of Cello #464F58
RGB
CMYK
RGB Variations
Color information
#464F58 (or 0x464F58) is known color: Cello. HEX triplet: 46, 4F and 58. RGB value is (70,79,88). Sum of RGB (Red+Green+Blue) = 70+79+88=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 88 - color contains mainly: blue. Hex color #464F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F58 is #B9B0A7. Grayscale: #4D4D4D. Windows color (decimal): -12169384 or 5787462. OLE color: 5787462.
HSL color Cylindrical-coordinate representation of color #464F58: hue angle of 210º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464F58 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 79 | 88 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.65 |
| HSL | 210º | 0.11% | 0.31% | - |
| HSV(B) | 210º | 0.2% | 0.35% | - |
| XYZ | 7.08 | 7.6 | 10.33 | - |
| YUV | 77.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 88 | 0.20 | 0.10 | 0 | 0.65 | 210 | 0.11 | 0.31 |
| Hex | 46 | 4F | 58 | 14 | A | 0 | 41 | D2 | B | 1F |
| Octal | 106 | 117 | 130 | 24 | 12 | 0 | 101 | 322 | 13 | 37 |
| Binary | 1000110 | 1001111 | 1011000 | 10100 | 1010 | 0 | 1000001 | 11010010 | 1011 | 11111 |
Color Harmonies of #464F58
Complementary color
Monochromatic Colors of #464F58
Black with #464F58
Text Example
Text Example
White with #464F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F58; }
p { color: rgb(70,79,88); }
H1.HeaderClassName
{
color: #464F58;
}
.AnyTagClassName
{
color: #464F58;
}
</style>
background-color css
<style>
a { background-color: #464F58; }
a { background-color: rgb(70,79,88); }
div.DivClassName
{
background-color: #464F58;
}
.BgClassName
{
background-color: #464F58;
}
</style>
border-color css
<style>
span { border-color: #464F58; }
span { border-color: rgb(70,79,88); }
td.TdClassName
{
border-color: #464F58;
}
.TagClassName
{
border-color: #464F58;
}
</style>