Shades of Tax Break #406B70
Tints of Tax Break #406B70
RGB
CMYK
RGB Variations
Color information
#406B70 (or 0x406B70) is known color: Tax Break. HEX triplet: 40, 6B and 70. RGB value is (64,107,112). Sum of RGB (Red+Green+Blue) = 64+107+112=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #406B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B70 is #BF948F. Grayscale: #5E5E5E. Windows color (decimal): -12555408 or 7367488. OLE color: 7367488.
HSL color Cylindrical-coordinate representation of color #406B70: hue angle of 186.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406B70 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 107 | 112 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.56 |
| HSL | 186.25º | 0.27% | 0.35% | - |
| HSV(B) | 186.25º | 0.43% | 0.44% | - |
| XYZ | 10.3 | 12.78 | 17.25 | - |
| YUV | 94.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 112 | 0.43 | 0.04 | 0 | 0.56 | 186.25 | 0.27 | 0.35 |
| Hex | 40 | 6B | 70 | 2B | 4 | 0 | 38 | BA | 1B | 23 |
| Octal | 100 | 153 | 160 | 53 | 4 | 0 | 70 | 272 | 33 | 43 |
| Binary | 1000000 | 1101011 | 1110000 | 101011 | 100 | 0 | 111000 | 10111010 | 11011 | 100011 |
Color Harmonies of #406B70
Complementary color
Monochromatic Colors of #406B70
Black with #406B70
Text Example
Text Example
White with #406B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406B70; }
p { color: rgb(64,107,112); }
H1.HeaderClassName
{
color: #406B70;
}
.AnyTagClassName
{
color: #406B70;
}
</style>
background-color css
<style>
a { background-color: #406B70; }
a { background-color: rgb(64,107,112); }
div.DivClassName
{
background-color: #406B70;
}
.BgClassName
{
background-color: #406B70;
}
</style>
border-color css
<style>
span { border-color: #406B70; }
span { border-color: rgb(64,107,112); }
td.TdClassName
{
border-color: #406B70;
}
.TagClassName
{
border-color: #406B70;
}
</style>