Shades of Tax Break #485F60
Tints of Tax Break #485F60
RGB
CMYK
RGB Variations
Color information
#485F60 (or 0x485F60) is known color: Tax Break. HEX triplet: 48, 5F and 60. RGB value is (72,95,96). Sum of RGB (Red+Green+Blue) = 72+95+96=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 96 - color contains mainly: blue. Hex color #485F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F60 is #B7A09F. Grayscale: #585858. Windows color (decimal): -12034208 or 6315848. OLE color: 6315848.
HSL color Cylindrical-coordinate representation of color #485F60: hue angle of 182.5º 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 #485F60 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 95 | 96 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.62 |
| HSL | 182.5º | 0.14% | 0.33% | - |
| HSV(B) | 182.5º | 0.25% | 0.38% | - |
| XYZ | 8.88 | 10.41 | 12.61 | - |
| YUV | 88.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 96 | 0.25 | 0.01 | 0 | 0.62 | 182.5 | 0.14 | 0.33 |
| Hex | 48 | 5F | 60 | 19 | 1 | 0 | 3E | B6 | E | 21 |
| Octal | 110 | 137 | 140 | 31 | 1 | 0 | 76 | 266 | 16 | 41 |
| Binary | 1001000 | 1011111 | 1100000 | 11001 | 1 | 0 | 111110 | 10110110 | 1110 | 100001 |
Color Harmonies of #485F60
Complementary color
Monochromatic Colors of #485F60
Black with #485F60
Text Example
Text Example
White with #485F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F60; }
p { color: rgb(72,95,96); }
H1.HeaderClassName
{
color: #485F60;
}
.AnyTagClassName
{
color: #485F60;
}
</style>
background-color css
<style>
a { background-color: #485F60; }
a { background-color: rgb(72,95,96); }
div.DivClassName
{
background-color: #485F60;
}
.BgClassName
{
background-color: #485F60;
}
</style>
border-color css
<style>
span { border-color: #485F60; }
span { border-color: rgb(72,95,96); }
td.TdClassName
{
border-color: #485F60;
}
.TagClassName
{
border-color: #485F60;
}
</style>