Shades of Tax Break #4D686C
Tints of Tax Break #4D686C
RGB
CMYK
RGB Variations
Color information
#4D686C (or 0x4D686C) is known color: Tax Break. HEX triplet: 4D, 68 and 6C. RGB value is (77,104,108). Sum of RGB (Red+Green+Blue) = 77+104+108=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D686C is #B29793. Grayscale: #606060. Windows color (decimal): -11704212 or 7104589. OLE color: 7104589.
HSL color Cylindrical-coordinate representation of color #4D686C: hue angle of 187.74º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D686C is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 104 | 108 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.58 |
| HSL | 187.74º | 0.17% | 0.36% | - |
| HSV(B) | 187.74º | 0.29% | 0.42% | - |
| XYZ | 10.72 | 12.56 | 16.05 | - |
| YUV | 96.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 108 | 0.29 | 0.04 | 0 | 0.58 | 187.74 | 0.17 | 0.36 |
| Hex | 4D | 68 | 6C | 1D | 4 | 0 | 3A | BC | 11 | 24 |
| Octal | 115 | 150 | 154 | 35 | 4 | 0 | 72 | 274 | 21 | 44 |
| Binary | 1001101 | 1101000 | 1101100 | 11101 | 100 | 0 | 111010 | 10111100 | 10001 | 100100 |
Color Harmonies of #4D686C
Complementary color
Monochromatic Colors of #4D686C
Black with #4D686C
Text Example
Text Example
White with #4D686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D686C; }
p { color: rgb(77,104,108); }
H1.HeaderClassName
{
color: #4D686C;
}
.AnyTagClassName
{
color: #4D686C;
}
</style>
background-color css
<style>
a { background-color: #4D686C; }
a { background-color: rgb(77,104,108); }
div.DivClassName
{
background-color: #4D686C;
}
.BgClassName
{
background-color: #4D686C;
}
</style>
border-color css
<style>
span { border-color: #4D686C; }
span { border-color: rgb(77,104,108); }
td.TdClassName
{
border-color: #4D686C;
}
.TagClassName
{
border-color: #4D686C;
}
</style>