Shades of Tax Break #4A696F
Tints of Tax Break #4A696F
RGB
CMYK
RGB Variations
Color information
#4A696F (or 0x4A696F) is known color: Tax Break. HEX triplet: 4A, 69 and 6F. RGB value is (74,105,111). Sum of RGB (Red+Green+Blue) = 74+105+111=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A696F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A696F is #B59690. Grayscale: #606060. Windows color (decimal): -11900561 or 7301450. OLE color: 7301450.
HSL color Cylindrical-coordinate representation of color #4A696F: hue angle of 189.73º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A696F is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 105 | 111 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.56 |
| HSL | 189.73º | 0.2% | 0.36% | - |
| HSV(B) | 189.73º | 0.33% | 0.44% | - |
| XYZ | 10.74 | 12.71 | 16.93 | - |
| YUV | 96.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 111 | 0.33 | 0.05 | 0 | 0.56 | 189.73 | 0.2 | 0.36 |
| Hex | 4A | 69 | 6F | 21 | 5 | 0 | 38 | BE | 14 | 24 |
| Octal | 112 | 151 | 157 | 41 | 5 | 0 | 70 | 276 | 24 | 44 |
| Binary | 1001010 | 1101001 | 1101111 | 100001 | 101 | 0 | 111000 | 10111110 | 10100 | 100100 |
Color Harmonies of #4A696F
Complementary color
Monochromatic Colors of #4A696F
Black with #4A696F
Text Example
Text Example
White with #4A696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A696F; }
p { color: rgb(74,105,111); }
H1.HeaderClassName
{
color: #4A696F;
}
.AnyTagClassName
{
color: #4A696F;
}
</style>
background-color css
<style>
a { background-color: #4A696F; }
a { background-color: rgb(74,105,111); }
div.DivClassName
{
background-color: #4A696F;
}
.BgClassName
{
background-color: #4A696F;
}
</style>
border-color css
<style>
span { border-color: #4A696F; }
span { border-color: rgb(74,105,111); }
td.TdClassName
{
border-color: #4A696F;
}
.TagClassName
{
border-color: #4A696F;
}
</style>