Shades of Tax Break #48666C
Tints of Tax Break #48666C
RGB
CMYK
RGB Variations
Color information
#48666C (or 0x48666C) is known color: Tax Break. HEX triplet: 48, 66 and 6C. RGB value is (72,102,108). Sum of RGB (Red+Green+Blue) = 72+102+108=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #48666C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48666C is #B79993. Grayscale: #5D5D5D. Windows color (decimal): -12032404 or 7104072. OLE color: 7104072.
HSL color Cylindrical-coordinate representation of color #48666C: hue angle of 190º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48666C is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 102 | 108 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.58 |
| HSL | 190º | 0.2% | 0.35% | - |
| HSV(B) | 190º | 0.33% | 0.42% | - |
| XYZ | 10.13 | 11.96 | 15.96 | - |
| YUV | 93.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 108 | 0.33 | 0.06 | 0 | 0.58 | 190 | 0.2 | 0.35 |
| Hex | 48 | 66 | 6C | 21 | 6 | 0 | 3A | BE | 14 | 23 |
| Octal | 110 | 146 | 154 | 41 | 6 | 0 | 72 | 276 | 24 | 43 |
| Binary | 1001000 | 1100110 | 1101100 | 100001 | 110 | 0 | 111010 | 10111110 | 10100 | 100011 |
Color Harmonies of #48666C
Complementary color
Monochromatic Colors of #48666C
Black with #48666C
Text Example
Text Example
White with #48666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48666C; }
p { color: rgb(72,102,108); }
H1.HeaderClassName
{
color: #48666C;
}
.AnyTagClassName
{
color: #48666C;
}
</style>
background-color css
<style>
a { background-color: #48666C; }
a { background-color: rgb(72,102,108); }
div.DivClassName
{
background-color: #48666C;
}
.BgClassName
{
background-color: #48666C;
}
</style>
border-color css
<style>
span { border-color: #48666C; }
span { border-color: rgb(72,102,108); }
td.TdClassName
{
border-color: #48666C;
}
.TagClassName
{
border-color: #48666C;
}
</style>