Shades of Tax Break #40666B
Tints of Tax Break #40666B
RGB
CMYK
RGB Variations
Color information
#40666B (or 0x40666B) is known color: Tax Break. HEX triplet: 40, 66 and 6B. RGB value is (64,102,107). Sum of RGB (Red+Green+Blue) = 64+102+107=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #40666B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40666B is #BF9994. Grayscale: #5B5B5B. Windows color (decimal): -12556693 or 7038528. OLE color: 7038528.
HSL color Cylindrical-coordinate representation of color #40666B: hue angle of 186.98º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40666B is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 102 | 107 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.58 |
| HSL | 186.98º | 0.25% | 0.34% | - |
| HSV(B) | 186.98º | 0.4% | 0.42% | - |
| XYZ | 9.52 | 11.65 | 15.66 | - |
| YUV | 91.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 107 | 0.40 | 0.05 | 0 | 0.58 | 186.98 | 0.25 | 0.34 |
| Hex | 40 | 66 | 6B | 28 | 5 | 0 | 3A | BB | 19 | 22 |
| Octal | 100 | 146 | 153 | 50 | 5 | 0 | 72 | 273 | 31 | 42 |
| Binary | 1000000 | 1100110 | 1101011 | 101000 | 101 | 0 | 111010 | 10111011 | 11001 | 100010 |
Color Harmonies of #40666B
Complementary color
Monochromatic Colors of #40666B
Black with #40666B
Text Example
Text Example
White with #40666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40666B; }
p { color: rgb(64,102,107); }
H1.HeaderClassName
{
color: #40666B;
}
.AnyTagClassName
{
color: #40666B;
}
</style>
background-color css
<style>
a { background-color: #40666B; }
a { background-color: rgb(64,102,107); }
div.DivClassName
{
background-color: #40666B;
}
.BgClassName
{
background-color: #40666B;
}
</style>
border-color css
<style>
span { border-color: #40666B; }
span { border-color: rgb(64,102,107); }
td.TdClassName
{
border-color: #40666B;
}
.TagClassName
{
border-color: #40666B;
}
</style>