Shades of Tax Break #4C676D
Tints of Tax Break #4C676D
RGB
CMYK
RGB Variations
Color information
#4C676D (or 0x4C676D) is known color: Tax Break. HEX triplet: 4C, 67 and 6D. RGB value is (76,103,109). Sum of RGB (Red+Green+Blue) = 76+103+109=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C676D is #B39892. Grayscale: #5F5F5F. Windows color (decimal): -11770003 or 7169868. OLE color: 7169868.
HSL color Cylindrical-coordinate representation of color #4C676D: hue angle of 190.91º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C676D is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 103 | 109 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.57 |
| HSL | 190.91º | 0.18% | 0.36% | - |
| HSV(B) | 190.91º | 0.3% | 0.43% | - |
| XYZ | 10.59 | 12.34 | 16.29 | - |
| YUV | 95.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 109 | 0.30 | 0.06 | 0 | 0.57 | 190.91 | 0.18 | 0.36 |
| Hex | 4C | 67 | 6D | 1E | 6 | 0 | 39 | BF | 12 | 24 |
| Octal | 114 | 147 | 155 | 36 | 6 | 0 | 71 | 277 | 22 | 44 |
| Binary | 1001100 | 1100111 | 1101101 | 11110 | 110 | 0 | 111001 | 10111111 | 10010 | 100100 |
Color Harmonies of #4C676D
Complementary color
Monochromatic Colors of #4C676D
Black with #4C676D
Text Example
Text Example
White with #4C676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C676D; }
p { color: rgb(76,103,109); }
H1.HeaderClassName
{
color: #4C676D;
}
.AnyTagClassName
{
color: #4C676D;
}
</style>
background-color css
<style>
a { background-color: #4C676D; }
a { background-color: rgb(76,103,109); }
div.DivClassName
{
background-color: #4C676D;
}
.BgClassName
{
background-color: #4C676D;
}
</style>
border-color css
<style>
span { border-color: #4C676D; }
span { border-color: rgb(76,103,109); }
td.TdClassName
{
border-color: #4C676D;
}
.TagClassName
{
border-color: #4C676D;
}
</style>