Shades of Tax Break #4D676C
Tints of Tax Break #4D676C
RGB
CMYK
RGB Variations
Color information
#4D676C (or 0x4D676C) is known color: Tax Break. HEX triplet: 4D, 67 and 6C. RGB value is (77,103,108). Sum of RGB (Red+Green+Blue) = 77+103+108=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D676C is #B29893. Grayscale: #5F5F5F. Windows color (decimal): -11704468 or 7104333. OLE color: 7104333.
HSL color Cylindrical-coordinate representation of color #4D676C: hue angle of 189.68º 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 #4D676C is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 103 | 108 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.58 |
| HSL | 189.68º | 0.17% | 0.36% | - |
| HSV(B) | 189.68º | 0.29% | 0.42% | - |
| XYZ | 10.62 | 12.36 | 16.01 | - |
| YUV | 95.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 108 | 0.29 | 0.05 | 0 | 0.58 | 189.68 | 0.17 | 0.36 |
| Hex | 4D | 67 | 6C | 1D | 5 | 0 | 3A | BE | 11 | 24 |
| Octal | 115 | 147 | 154 | 35 | 5 | 0 | 72 | 276 | 21 | 44 |
| Binary | 1001101 | 1100111 | 1101100 | 11101 | 101 | 0 | 111010 | 10111110 | 10001 | 100100 |
Color Harmonies of #4D676C
Complementary color
Monochromatic Colors of #4D676C
Black with #4D676C
Text Example
Text Example
White with #4D676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D676C; }
p { color: rgb(77,103,108); }
H1.HeaderClassName
{
color: #4D676C;
}
.AnyTagClassName
{
color: #4D676C;
}
</style>
background-color css
<style>
a { background-color: #4D676C; }
a { background-color: rgb(77,103,108); }
div.DivClassName
{
background-color: #4D676C;
}
.BgClassName
{
background-color: #4D676C;
}
</style>
border-color css
<style>
span { border-color: #4D676C; }
span { border-color: rgb(77,103,108); }
td.TdClassName
{
border-color: #4D676C;
}
.TagClassName
{
border-color: #4D676C;
}
</style>