Shades of Tax Break #4A696C
Tints of Tax Break #4A696C
RGB
CMYK
RGB Variations
Color information
#4A696C (or 0x4A696C) is known color: Tax Break. HEX triplet: 4A, 69 and 6C. RGB value is (74,105,108). Sum of RGB (Red+Green+Blue) = 74+105+108=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A696C is #B59693. Grayscale: #606060. Windows color (decimal): -11900564 or 7104842. OLE color: 7104842.
HSL color Cylindrical-coordinate representation of color #4A696C: hue angle of 185.29º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A696C is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 105 | 108 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.58 |
| HSL | 185.29º | 0.19% | 0.36% | - |
| HSV(B) | 185.29º | 0.31% | 0.42% | - |
| XYZ | 10.58 | 12.64 | 16.07 | - |
| YUV | 96.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 108 | 0.31 | 0.03 | 0 | 0.58 | 185.29 | 0.19 | 0.36 |
| Hex | 4A | 69 | 6C | 1F | 3 | 0 | 3A | B9 | 13 | 24 |
| Octal | 112 | 151 | 154 | 37 | 3 | 0 | 72 | 271 | 23 | 44 |
| Binary | 1001010 | 1101001 | 1101100 | 11111 | 11 | 0 | 111010 | 10111001 | 10011 | 100100 |
Color Harmonies of #4A696C
Complementary color
Monochromatic Colors of #4A696C
Black with #4A696C
Text Example
Text Example
White with #4A696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A696C; }
p { color: rgb(74,105,108); }
H1.HeaderClassName
{
color: #4A696C;
}
.AnyTagClassName
{
color: #4A696C;
}
</style>
background-color css
<style>
a { background-color: #4A696C; }
a { background-color: rgb(74,105,108); }
div.DivClassName
{
background-color: #4A696C;
}
.BgClassName
{
background-color: #4A696C;
}
</style>
border-color css
<style>
span { border-color: #4A696C; }
span { border-color: rgb(74,105,108); }
td.TdClassName
{
border-color: #4A696C;
}
.TagClassName
{
border-color: #4A696C;
}
</style>