Shades of Tax Break #496A6B
Tints of Tax Break #496A6B
RGB
CMYK
RGB Variations
Color information
#496A6B (or 0x496A6B) is known color: Tax Break. HEX triplet: 49, 6A and 6B. RGB value is (73,106,107). Sum of RGB (Red+Green+Blue) = 73+106+107=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #496A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A6B is #B69594. Grayscale: #606060. Windows color (decimal): -11965845 or 7039561. OLE color: 7039561.
HSL color Cylindrical-coordinate representation of color #496A6B: hue angle of 181.76º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496A6B is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 106 | 107 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.58 |
| HSL | 181.76º | 0.19% | 0.35% | - |
| HSV(B) | 181.76º | 0.32% | 0.42% | - |
| XYZ | 10.56 | 12.79 | 15.82 | - |
| YUV | 96.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 107 | 0.32 | 0.01 | 0 | 0.58 | 181.76 | 0.19 | 0.35 |
| Hex | 49 | 6A | 6B | 20 | 1 | 0 | 3A | B6 | 13 | 23 |
| Octal | 111 | 152 | 153 | 40 | 1 | 0 | 72 | 266 | 23 | 43 |
| Binary | 1001001 | 1101010 | 1101011 | 100000 | 1 | 0 | 111010 | 10110110 | 10011 | 100011 |
Color Harmonies of #496A6B
Complementary color
Monochromatic Colors of #496A6B
Black with #496A6B
Text Example
Text Example
White with #496A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496A6B; }
p { color: rgb(73,106,107); }
H1.HeaderClassName
{
color: #496A6B;
}
.AnyTagClassName
{
color: #496A6B;
}
</style>
background-color css
<style>
a { background-color: #496A6B; }
a { background-color: rgb(73,106,107); }
div.DivClassName
{
background-color: #496A6B;
}
.BgClassName
{
background-color: #496A6B;
}
</style>
border-color css
<style>
span { border-color: #496A6B; }
span { border-color: rgb(73,106,107); }
td.TdClassName
{
border-color: #496A6B;
}
.TagClassName
{
border-color: #496A6B;
}
</style>