Shades of Tax Break #48686E
Tints of Tax Break #48686E
RGB
CMYK
RGB Variations
Color information
#48686E (or 0x48686E) is known color: Tax Break. HEX triplet: 48, 68 and 6E. RGB value is (72,104,110). Sum of RGB (Red+Green+Blue) = 72+104+110=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #48686E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48686E is #B79791. Grayscale: #5F5F5F. Windows color (decimal): -12031890 or 7235656. OLE color: 7235656.
HSL color Cylindrical-coordinate representation of color #48686E: hue angle of 189.47º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48686E is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 104 | 110 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.57 |
| HSL | 189.47º | 0.21% | 0.36% | - |
| HSV(B) | 189.47º | 0.35% | 0.43% | - |
| XYZ | 10.44 | 12.4 | 16.6 | - |
| YUV | 95.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 110 | 0.35 | 0.05 | 0 | 0.57 | 189.47 | 0.21 | 0.36 |
| Hex | 48 | 68 | 6E | 23 | 5 | 0 | 39 | BD | 15 | 24 |
| Octal | 110 | 150 | 156 | 43 | 5 | 0 | 71 | 275 | 25 | 44 |
| Binary | 1001000 | 1101000 | 1101110 | 100011 | 101 | 0 | 111001 | 10111101 | 10101 | 100100 |
Color Harmonies of #48686E
Complementary color
Monochromatic Colors of #48686E
Black with #48686E
Text Example
Text Example
White with #48686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48686E; }
p { color: rgb(72,104,110); }
H1.HeaderClassName
{
color: #48686E;
}
.AnyTagClassName
{
color: #48686E;
}
</style>
background-color css
<style>
a { background-color: #48686E; }
a { background-color: rgb(72,104,110); }
div.DivClassName
{
background-color: #48686E;
}
.BgClassName
{
background-color: #48686E;
}
</style>
border-color css
<style>
span { border-color: #48686E; }
span { border-color: rgb(72,104,110); }
td.TdClassName
{
border-color: #48686E;
}
.TagClassName
{
border-color: #48686E;
}
</style>