Shades of Tax Break #40696E
Tints of Tax Break #40696E
RGB
CMYK
RGB Variations
Color information
#40696E (or 0x40696E) is known color: Tax Break. HEX triplet: 40, 69 and 6E. RGB value is (64,105,110). Sum of RGB (Red+Green+Blue) = 64+105+110=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #40696E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40696E is #BF9691. Grayscale: #5D5D5D. Windows color (decimal): -12555922 or 7235904. OLE color: 7235904.
HSL color Cylindrical-coordinate representation of color #40696E: hue angle of 186.52º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40696E is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 105 | 110 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.57 |
| HSL | 186.52º | 0.26% | 0.34% | - |
| HSV(B) | 186.52º | 0.42% | 0.43% | - |
| XYZ | 9.98 | 12.32 | 16.6 | - |
| YUV | 93.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 110 | 0.42 | 0.05 | 0 | 0.57 | 186.52 | 0.26 | 0.34 |
| Hex | 40 | 69 | 6E | 2A | 5 | 0 | 39 | BB | 1A | 22 |
| Octal | 100 | 151 | 156 | 52 | 5 | 0 | 71 | 273 | 32 | 42 |
| Binary | 1000000 | 1101001 | 1101110 | 101010 | 101 | 0 | 111001 | 10111011 | 11010 | 100010 |
Color Harmonies of #40696E
Complementary color
Monochromatic Colors of #40696E
Black with #40696E
Text Example
Text Example
White with #40696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40696E; }
p { color: rgb(64,105,110); }
H1.HeaderClassName
{
color: #40696E;
}
.AnyTagClassName
{
color: #40696E;
}
</style>
background-color css
<style>
a { background-color: #40696E; }
a { background-color: rgb(64,105,110); }
div.DivClassName
{
background-color: #40696E;
}
.BgClassName
{
background-color: #40696E;
}
</style>
border-color css
<style>
span { border-color: #40696E; }
span { border-color: rgb(64,105,110); }
td.TdClassName
{
border-color: #40696E;
}
.TagClassName
{
border-color: #40696E;
}
</style>