Shades of Tax Break #4C676A
Tints of Tax Break #4C676A
RGB
CMYK
RGB Variations
Color information
#4C676A (or 0x4C676A) is known color: Tax Break. HEX triplet: 4C, 67 and 6A. RGB value is (76,103,106). Sum of RGB (Red+Green+Blue) = 76+103+106=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C676A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C676A is #B39895. Grayscale: #5F5F5F. Windows color (decimal): -11770006 or 6973260. OLE color: 6973260.
HSL color Cylindrical-coordinate representation of color #4C676A: hue angle of 186º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C676A is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 103 | 106 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.58 |
| HSL | 186º | 0.16% | 0.36% | - |
| HSV(B) | 186º | 0.28% | 0.42% | - |
| XYZ | 10.43 | 12.28 | 15.46 | - |
| YUV | 95.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 106 | 0.28 | 0.03 | 0 | 0.58 | 186 | 0.16 | 0.36 |
| Hex | 4C | 67 | 6A | 1C | 3 | 0 | 3A | BA | 10 | 24 |
| Octal | 114 | 147 | 152 | 34 | 3 | 0 | 72 | 272 | 20 | 44 |
| Binary | 1001100 | 1100111 | 1101010 | 11100 | 11 | 0 | 111010 | 10111010 | 10000 | 100100 |
Color Harmonies of #4C676A
Complementary color
Monochromatic Colors of #4C676A
Black with #4C676A
Text Example
Text Example
White with #4C676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C676A; }
p { color: rgb(76,103,106); }
H1.HeaderClassName
{
color: #4C676A;
}
.AnyTagClassName
{
color: #4C676A;
}
</style>
background-color css
<style>
a { background-color: #4C676A; }
a { background-color: rgb(76,103,106); }
div.DivClassName
{
background-color: #4C676A;
}
.BgClassName
{
background-color: #4C676A;
}
</style>
border-color css
<style>
span { border-color: #4C676A; }
span { border-color: rgb(76,103,106); }
td.TdClassName
{
border-color: #4C676A;
}
.TagClassName
{
border-color: #4C676A;
}
</style>