Shades of Tax Break #4D676E
Tints of Tax Break #4D676E
RGB
CMYK
RGB Variations
Color information
#4D676E (or 0x4D676E) is known color: Tax Break. HEX triplet: 4D, 67 and 6E. RGB value is (77,103,110). Sum of RGB (Red+Green+Blue) = 77+103+110=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D676E is #B29891. Grayscale: #5F5F5F. Windows color (decimal): -11704466 or 7235405. OLE color: 7235405.
HSL color Cylindrical-coordinate representation of color #4D676E: hue angle of 192.73º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D676E is Cyan = 0.3, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 103 | 110 | - |
| CMYK | 0.3 | 0.06 | 0 | 0.57 |
| HSL | 192.73º | 0.18% | 0.37% | - |
| HSV(B) | 192.73º | 0.3% | 0.43% | - |
| XYZ | 10.73 | 12.4 | 16.58 | - |
| YUV | 96.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 110 | 0.3 | 0.06 | 0 | 0.57 | 192.73 | 0.18 | 0.37 |
| Hex | 4D | 67 | 6E | 1E | 6 | 0 | 39 | C1 | 12 | 25 |
| Octal | 115 | 147 | 156 | 36 | 6 | 0 | 71 | 301 | 22 | 45 |
| Binary | 1001101 | 1100111 | 1101110 | 11110 | 110 | 0 | 111001 | 11000001 | 10010 | 100101 |
Color Harmonies of #4D676E
Complementary color
Monochromatic Colors of #4D676E
Black with #4D676E
Text Example
Text Example
White with #4D676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D676E; }
p { color: rgb(77,103,110); }
H1.HeaderClassName
{
color: #4D676E;
}
.AnyTagClassName
{
color: #4D676E;
}
</style>
background-color css
<style>
a { background-color: #4D676E; }
a { background-color: rgb(77,103,110); }
div.DivClassName
{
background-color: #4D676E;
}
.BgClassName
{
background-color: #4D676E;
}
</style>
border-color css
<style>
span { border-color: #4D676E; }
span { border-color: rgb(77,103,110); }
td.TdClassName
{
border-color: #4D676E;
}
.TagClassName
{
border-color: #4D676E;
}
</style>