Shades of Tax Break #4A676A
Tints of Tax Break #4A676A
RGB
CMYK
RGB Variations
Color information
#4A676A (or 0x4A676A) is known color: Tax Break. HEX triplet: 4A, 67 and 6A. RGB value is (74,103,106). Sum of RGB (Red+Green+Blue) = 74+103+106=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #4A676A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A676A is #B59895. Grayscale: #5E5E5E. Windows color (decimal): -11901078 or 6973258. OLE color: 6973258.
HSL color Cylindrical-coordinate representation of color #4A676A: hue angle of 185.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A676A is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 103 | 106 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.58 |
| HSL | 185.63º | 0.18% | 0.35% | - |
| HSV(B) | 185.63º | 0.3% | 0.42% | - |
| XYZ | 10.28 | 12.2 | 15.45 | - |
| YUV | 94.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 103 | 106 | 0.30 | 0.03 | 0 | 0.58 | 185.63 | 0.18 | 0.35 |
| Hex | 4A | 67 | 6A | 1E | 3 | 0 | 3A | BA | 12 | 23 |
| Octal | 112 | 147 | 152 | 36 | 3 | 0 | 72 | 272 | 22 | 43 |
| Binary | 1001010 | 1100111 | 1101010 | 11110 | 11 | 0 | 111010 | 10111010 | 10010 | 100011 |
Color Harmonies of #4A676A
Complementary color
Monochromatic Colors of #4A676A
Black with #4A676A
Text Example
Text Example
White with #4A676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A676A; }
p { color: rgb(74,103,106); }
H1.HeaderClassName
{
color: #4A676A;
}
.AnyTagClassName
{
color: #4A676A;
}
</style>
background-color css
<style>
a { background-color: #4A676A; }
a { background-color: rgb(74,103,106); }
div.DivClassName
{
background-color: #4A676A;
}
.BgClassName
{
background-color: #4A676A;
}
</style>
border-color css
<style>
span { border-color: #4A676A; }
span { border-color: rgb(74,103,106); }
td.TdClassName
{
border-color: #4A676A;
}
.TagClassName
{
border-color: #4A676A;
}
</style>