Shades of Tax Break #486C6C
Tints of Tax Break #486C6C
RGB
CMYK
RGB Variations
Color information
#486C6C (or 0x486C6C) is known color: Tax Break. HEX triplet: 48, 6C and 6C. RGB value is (72,108,108). Sum of RGB (Red+Green+Blue) = 72+108+108=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: green, blue. Hex color #486C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C6C is #B79393. Grayscale: #616161. Windows color (decimal): -12030868 or 7105608. OLE color: 7105608.
HSL color Cylindrical-coordinate representation of color #486C6C: hue angle of 180º 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 #486C6C is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 108 | 108 | - |
| CMYK | 0.33 | 0 | 0 | 0.58 |
| HSL | 180º | 0.2% | 0.35% | - |
| HSV(B) | 180º | 0.33% | 0.42% | - |
| XYZ | 10.74 | 13.19 | 16.17 | - |
| YUV | 97.24 | 134.07 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 108 | 0.33 | 0 | 0 | 0.58 | 180 | 0.2 | 0.35 |
| Hex | 48 | 6C | 6C | 21 | 0 | 0 | 3A | B4 | 14 | 23 |
| Octal | 110 | 154 | 154 | 41 | 0 | 0 | 72 | 264 | 24 | 43 |
| Binary | 1001000 | 1101100 | 1101100 | 100001 | 0 | 0 | 111010 | 10110100 | 10100 | 100011 |
Color Harmonies of #486C6C
Complementary color
Monochromatic Colors of #486C6C
Black with #486C6C
Text Example
Text Example
White with #486C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486C6C; }
p { color: rgb(72,108,108); }
H1.HeaderClassName
{
color: #486C6C;
}
.AnyTagClassName
{
color: #486C6C;
}
</style>
background-color css
<style>
a { background-color: #486C6C; }
a { background-color: rgb(72,108,108); }
div.DivClassName
{
background-color: #486C6C;
}
.BgClassName
{
background-color: #486C6C;
}
</style>
border-color css
<style>
span { border-color: #486C6C; }
span { border-color: rgb(72,108,108); }
td.TdClassName
{
border-color: #486C6C;
}
.TagClassName
{
border-color: #486C6C;
}
</style>