Shades of Cello #485260
Tints of Cello #485260
RGB
CMYK
RGB Variations
Color information
#485260 (or 0x485260) is known color: Cello. HEX triplet: 48, 52 and 60. RGB value is (72,82,96). Sum of RGB (Red+Green+Blue) = 72+82+96=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #485260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485260 is #B7AD9F. Grayscale: #505050. Windows color (decimal): -12037536 or 6312520. OLE color: 6312520.
HSL color Cylindrical-coordinate representation of color #485260: hue angle of 215º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485260 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 82 | 96 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.62 |
| HSL | 215º | 0.14% | 0.33% | - |
| HSV(B) | 215º | 0.25% | 0.38% | - |
| XYZ | 7.8 | 8.26 | 12.25 | - |
| YUV | 80.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 96 | 0.25 | 0.15 | 0 | 0.62 | 215 | 0.14 | 0.33 |
| Hex | 48 | 52 | 60 | 19 | F | 0 | 3E | D7 | E | 21 |
| Octal | 110 | 122 | 140 | 31 | 17 | 0 | 76 | 327 | 16 | 41 |
| Binary | 1001000 | 1010010 | 1100000 | 11001 | 1111 | 0 | 111110 | 11010111 | 1110 | 100001 |
Color Harmonies of #485260
Complementary color
Monochromatic Colors of #485260
Black with #485260
Text Example
Text Example
White with #485260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485260; }
p { color: rgb(72,82,96); }
H1.HeaderClassName
{
color: #485260;
}
.AnyTagClassName
{
color: #485260;
}
</style>
background-color css
<style>
a { background-color: #485260; }
a { background-color: rgb(72,82,96); }
div.DivClassName
{
background-color: #485260;
}
.BgClassName
{
background-color: #485260;
}
</style>
border-color css
<style>
span { border-color: #485260; }
span { border-color: rgb(72,82,96); }
td.TdClassName
{
border-color: #485260;
}
.TagClassName
{
border-color: #485260;
}
</style>