#446163

Color #446163 Tax Break (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tax Break #446163

Tints of Tax Break #446163

Color information

#446163 (or 0x446163) is unknown color: approx Tax Break. HEX triplet: 44, 61 and 63. RGB value is (68,97,99). Sum of RGB (Red+Green+Blue) = 68+97+99=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #446163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446163 is #BB9E9C. Grayscale: #585858. Windows color (decimal): -12295837 or 6512964. OLE color: 6512964.

HSL color Cylindrical-coordinate representation of color #446163: hue angle of 183.87º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #446163 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB689799-
CMYK0.310.0200.61
HSL183.87º18.56%32.75%-
HSV(B)183.87º31.31%38.82%-
XYZ8.9110.6813.4-
YUV88.56133.89113.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=25.76%
G=36.74%
B=37.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6897990.310.0200.61183.8718.5632.75
Hex4461631F203Db81321
Octal1041411433720752702341
Binary100010011000011100011111111001111011011100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446163; }

 p { color: rgb(68,97,99); }

 H1.HeaderClassName
 {
   color: #446163;
 }
 .AnyTagClassName
 {
   color: #446163;
 }
</style>
background-color css

<style>
 a { background-color: #446163; }

 a { background-color: rgb(68,97,99); }

 div.DivClassName
 {
   background-color: #446163;
 }
 .BgClassName
 {
   background-color: #446163;
 }
</style>
border-color css

<style>
 span { border-color: #446163; }

 span { border-color: rgb(68,97,99); }

 td.TdClassName
 {
   border-color: #446163;
 }
 .TagClassName
 {
   border-color: #446163;
 }
</style>