Shades of Tax Break #4D6A6A
Tints of Tax Break #4D6A6A
RGB
CMYK
RGB Variations
Color information
#4D6A6A (or 0x4D6A6A) is known color: Tax Break. HEX triplet: 4D, 6A and 6A. RGB value is (77,106,106). Sum of RGB (Red+Green+Blue) = 77+106+106=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 106 - color contains mainly: green, blue. Hex color #4D6A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6A6A is #B29595. Grayscale: #616161. Windows color (decimal): -11703702 or 6974029. OLE color: 6974029.
HSL color Cylindrical-coordinate representation of color #4D6A6A: hue angle of 180º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D6A6A is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 106 | 106 | - |
| CMYK | 0.27 | 0 | 0 | 0.58 |
| HSL | 180º | 0.16% | 0.36% | - |
| HSV(B) | 180º | 0.27% | 0.42% | - |
| XYZ | 10.82 | 12.93 | 15.56 | - |
| YUV | 97.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 106 | 106 | 0.27 | 0 | 0 | 0.58 | 180 | 0.16 | 0.36 |
| Hex | 4D | 6A | 6A | 1B | 0 | 0 | 3A | B4 | 10 | 24 |
| Octal | 115 | 152 | 152 | 33 | 0 | 0 | 72 | 264 | 20 | 44 |
| Binary | 1001101 | 1101010 | 1101010 | 11011 | 0 | 0 | 111010 | 10110100 | 10000 | 100100 |
Color Harmonies of #4D6A6A
Complementary color
Monochromatic Colors of #4D6A6A
Black with #4D6A6A
Text Example
Text Example
White with #4D6A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6A6A; }
p { color: rgb(77,106,106); }
H1.HeaderClassName
{
color: #4D6A6A;
}
.AnyTagClassName
{
color: #4D6A6A;
}
</style>
background-color css
<style>
a { background-color: #4D6A6A; }
a { background-color: rgb(77,106,106); }
div.DivClassName
{
background-color: #4D6A6A;
}
.BgClassName
{
background-color: #4D6A6A;
}
</style>
border-color css
<style>
span { border-color: #4D6A6A; }
span { border-color: rgb(77,106,106); }
td.TdClassName
{
border-color: #4D6A6A;
}
.TagClassName
{
border-color: #4D6A6A;
}
</style>