Shades of Tax Break #42666B
Tints of Tax Break #42666B
RGB
CMYK
RGB Variations
Color information
#42666B (or 0x42666B) is known color: Tax Break. HEX triplet: 42, 66 and 6B. RGB value is (66,102,107). Sum of RGB (Red+Green+Blue) = 66+102+107=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #42666B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42666B is #BD9994. Grayscale: #5B5B5B. Windows color (decimal): -12425621 or 7038530. OLE color: 7038530.
HSL color Cylindrical-coordinate representation of color #42666B: hue angle of 187.32º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42666B is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 102 | 107 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.58 |
| HSL | 187.32º | 0.24% | 0.34% | - |
| HSV(B) | 187.32º | 0.38% | 0.42% | - |
| XYZ | 9.65 | 11.72 | 15.66 | - |
| YUV | 91.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 107 | 0.38 | 0.05 | 0 | 0.58 | 187.32 | 0.24 | 0.34 |
| Hex | 42 | 66 | 6B | 26 | 5 | 0 | 3A | BB | 18 | 22 |
| Octal | 102 | 146 | 153 | 46 | 5 | 0 | 72 | 273 | 30 | 42 |
| Binary | 1000010 | 1100110 | 1101011 | 100110 | 101 | 0 | 111010 | 10111011 | 11000 | 100010 |
Color Harmonies of #42666B
Complementary color
Monochromatic Colors of #42666B
Black with #42666B
Text Example
Text Example
White with #42666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42666B; }
p { color: rgb(66,102,107); }
H1.HeaderClassName
{
color: #42666B;
}
.AnyTagClassName
{
color: #42666B;
}
</style>
background-color css
<style>
a { background-color: #42666B; }
a { background-color: rgb(66,102,107); }
div.DivClassName
{
background-color: #42666B;
}
.BgClassName
{
background-color: #42666B;
}
</style>
border-color css
<style>
span { border-color: #42666B; }
span { border-color: rgb(66,102,107); }
td.TdClassName
{
border-color: #42666B;
}
.TagClassName
{
border-color: #42666B;
}
</style>