Shades of Tax Break #446B72
Tints of Tax Break #446B72
RGB
CMYK
RGB Variations
Color information
#446B72 (or 0x446B72) is known color: Tax Break. HEX triplet: 44, 6B and 72. RGB value is (68,107,114). Sum of RGB (Red+Green+Blue) = 68+107+114=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #446B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B72 is #BB948D. Grayscale: #606060. Windows color (decimal): -12293262 or 7498564. OLE color: 7498564.
HSL color Cylindrical-coordinate representation of color #446B72: hue angle of 189.13º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446B72 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 107 | 114 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.55 |
| HSL | 189.13º | 0.25% | 0.36% | - |
| HSV(B) | 189.13º | 0.4% | 0.45% | - |
| XYZ | 10.68 | 12.96 | 17.86 | - |
| YUV | 96.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 114 | 0.40 | 0.06 | 0 | 0.55 | 189.13 | 0.25 | 0.36 |
| Hex | 44 | 6B | 72 | 28 | 6 | 0 | 37 | BD | 19 | 24 |
| Octal | 104 | 153 | 162 | 50 | 6 | 0 | 67 | 275 | 31 | 44 |
| Binary | 1000100 | 1101011 | 1110010 | 101000 | 110 | 0 | 110111 | 10111101 | 11001 | 100100 |
Color Harmonies of #446B72
Complementary color
Monochromatic Colors of #446B72
Black with #446B72
Text Example
Text Example
White with #446B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446B72; }
p { color: rgb(68,107,114); }
H1.HeaderClassName
{
color: #446B72;
}
.AnyTagClassName
{
color: #446B72;
}
</style>
background-color css
<style>
a { background-color: #446B72; }
a { background-color: rgb(68,107,114); }
div.DivClassName
{
background-color: #446B72;
}
.BgClassName
{
background-color: #446B72;
}
</style>
border-color css
<style>
span { border-color: #446B72; }
span { border-color: rgb(68,107,114); }
td.TdClassName
{
border-color: #446B72;
}
.TagClassName
{
border-color: #446B72;
}
</style>