Shades of Tax Break #426A70
Tints of Tax Break #426A70
RGB
CMYK
RGB Variations
Color information
#426A70 (or 0x426A70) is known color: Tax Break. HEX triplet: 42, 6A and 70. RGB value is (66,106,112). Sum of RGB (Red+Green+Blue) = 66+106+112=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #426A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A70 is #BD958F. Grayscale: #5E5E5E. Windows color (decimal): -12424592 or 7367234. OLE color: 7367234.
HSL color Cylindrical-coordinate representation of color #426A70: hue angle of 187.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426A70 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 106 | 112 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.56 |
| HSL | 187.83º | 0.26% | 0.35% | - |
| HSV(B) | 187.83º | 0.41% | 0.44% | - |
| XYZ | 10.33 | 12.64 | 17.22 | - |
| YUV | 94.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 112 | 0.41 | 0.05 | 0 | 0.56 | 187.83 | 0.26 | 0.35 |
| Hex | 42 | 6A | 70 | 29 | 5 | 0 | 38 | BC | 1A | 23 |
| Octal | 102 | 152 | 160 | 51 | 5 | 0 | 70 | 274 | 32 | 43 |
| Binary | 1000010 | 1101010 | 1110000 | 101001 | 101 | 0 | 111000 | 10111100 | 11010 | 100011 |
Color Harmonies of #426A70
Complementary color
Monochromatic Colors of #426A70
Black with #426A70
Text Example
Text Example
White with #426A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426A70; }
p { color: rgb(66,106,112); }
H1.HeaderClassName
{
color: #426A70;
}
.AnyTagClassName
{
color: #426A70;
}
</style>
background-color css
<style>
a { background-color: #426A70; }
a { background-color: rgb(66,106,112); }
div.DivClassName
{
background-color: #426A70;
}
.BgClassName
{
background-color: #426A70;
}
</style>
border-color css
<style>
span { border-color: #426A70; }
span { border-color: rgb(66,106,112); }
td.TdClassName
{
border-color: #426A70;
}
.TagClassName
{
border-color: #426A70;
}
</style>