Shades of Tax Break #446A70
Tints of Tax Break #446A70
RGB
CMYK
RGB Variations
Color information
#446A70 (or 0x446A70) is known color: Tax Break. HEX triplet: 44, 6A and 70. RGB value is (68,106,112). Sum of RGB (Red+Green+Blue) = 68+106+112=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #446A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A70 is #BB958F. Grayscale: #5F5F5F. Windows color (decimal): -12293520 or 7367236. OLE color: 7367236.
HSL color Cylindrical-coordinate representation of color #446A70: hue angle of 188.18º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446A70 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 106 | 112 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.56 |
| HSL | 188.18º | 0.24% | 0.35% | - |
| HSV(B) | 188.18º | 0.39% | 0.44% | - |
| XYZ | 10.46 | 12.71 | 17.23 | - |
| YUV | 95.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 112 | 0.39 | 0.05 | 0 | 0.56 | 188.18 | 0.24 | 0.35 |
| Hex | 44 | 6A | 70 | 27 | 5 | 0 | 38 | BC | 18 | 23 |
| Octal | 104 | 152 | 160 | 47 | 5 | 0 | 70 | 274 | 30 | 43 |
| Binary | 1000100 | 1101010 | 1110000 | 100111 | 101 | 0 | 111000 | 10111100 | 11000 | 100011 |
Color Harmonies of #446A70
Complementary color
Monochromatic Colors of #446A70
Black with #446A70
Text Example
Text Example
White with #446A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446A70; }
p { color: rgb(68,106,112); }
H1.HeaderClassName
{
color: #446A70;
}
.AnyTagClassName
{
color: #446A70;
}
</style>
background-color css
<style>
a { background-color: #446A70; }
a { background-color: rgb(68,106,112); }
div.DivClassName
{
background-color: #446A70;
}
.BgClassName
{
background-color: #446A70;
}
</style>
border-color css
<style>
span { border-color: #446A70; }
span { border-color: rgb(68,106,112); }
td.TdClassName
{
border-color: #446A70;
}
.TagClassName
{
border-color: #446A70;
}
</style>