Shades of Tax Break #4D656A
Tints of Tax Break #4D656A
RGB
CMYK
RGB Variations
Color information
#4D656A (or 0x4D656A) is known color: Tax Break. HEX triplet: 4D, 65 and 6A. RGB value is (77,101,106). Sum of RGB (Red+Green+Blue) = 77+101+106=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D656A is #B29A95. Grayscale: #5E5E5E. Windows color (decimal): -11704982 or 6972749. OLE color: 6972749.
HSL color Cylindrical-coordinate representation of color #4D656A: hue angle of 190.34º 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 #4D656A is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 101 | 106 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.58 |
| HSL | 190.34º | 0.16% | 0.36% | - |
| HSV(B) | 190.34º | 0.27% | 0.42% | - |
| XYZ | 10.32 | 11.93 | 15.39 | - |
| YUV | 94.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 106 | 0.27 | 0.05 | 0 | 0.58 | 190.34 | 0.16 | 0.36 |
| Hex | 4D | 65 | 6A | 1B | 5 | 0 | 3A | BE | 10 | 24 |
| Octal | 115 | 145 | 152 | 33 | 5 | 0 | 72 | 276 | 20 | 44 |
| Binary | 1001101 | 1100101 | 1101010 | 11011 | 101 | 0 | 111010 | 10111110 | 10000 | 100100 |
Color Harmonies of #4D656A
Complementary color
Monochromatic Colors of #4D656A
Black with #4D656A
Text Example
Text Example
White with #4D656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D656A; }
p { color: rgb(77,101,106); }
H1.HeaderClassName
{
color: #4D656A;
}
.AnyTagClassName
{
color: #4D656A;
}
</style>
background-color css
<style>
a { background-color: #4D656A; }
a { background-color: rgb(77,101,106); }
div.DivClassName
{
background-color: #4D656A;
}
.BgClassName
{
background-color: #4D656A;
}
</style>
border-color css
<style>
span { border-color: #4D656A; }
span { border-color: rgb(77,101,106); }
td.TdClassName
{
border-color: #4D656A;
}
.TagClassName
{
border-color: #4D656A;
}
</style>