Shades of Tax Break #4A666B
Tints of Tax Break #4A666B
RGB
CMYK
RGB Variations
Color information
#4A666B (or 0x4A666B) is known color: Tax Break. HEX triplet: 4A, 66 and 6B. RGB value is (74,102,107). Sum of RGB (Red+Green+Blue) = 74+102+107=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A666B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A666B is #B59994. Grayscale: #5E5E5E. Windows color (decimal): -11901333 or 7038538. OLE color: 7038538.
HSL color Cylindrical-coordinate representation of color #4A666B: hue angle of 189.09º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A666B is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 102 | 107 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.58 |
| HSL | 189.09º | 0.18% | 0.35% | - |
| HSV(B) | 189.09º | 0.31% | 0.42% | - |
| XYZ | 10.23 | 12.02 | 15.69 | - |
| YUV | 94.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 107 | 0.31 | 0.05 | 0 | 0.58 | 189.09 | 0.18 | 0.35 |
| Hex | 4A | 66 | 6B | 1F | 5 | 0 | 3A | BD | 12 | 23 |
| Octal | 112 | 146 | 153 | 37 | 5 | 0 | 72 | 275 | 22 | 43 |
| Binary | 1001010 | 1100110 | 1101011 | 11111 | 101 | 0 | 111010 | 10111101 | 10010 | 100011 |
Color Harmonies of #4A666B
Complementary color
Monochromatic Colors of #4A666B
Black with #4A666B
Text Example
Text Example
White with #4A666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A666B; }
p { color: rgb(74,102,107); }
H1.HeaderClassName
{
color: #4A666B;
}
.AnyTagClassName
{
color: #4A666B;
}
</style>
background-color css
<style>
a { background-color: #4A666B; }
a { background-color: rgb(74,102,107); }
div.DivClassName
{
background-color: #4A666B;
}
.BgClassName
{
background-color: #4A666B;
}
</style>
border-color css
<style>
span { border-color: #4A666B; }
span { border-color: rgb(74,102,107); }
td.TdClassName
{
border-color: #4A666B;
}
.TagClassName
{
border-color: #4A666B;
}
</style>