#446366

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

Shades of Tax Break #446366

Tints of Tax Break #446366

Color information

#446366 (or 0x446366) is unknown color: approx Tax Break. HEX triplet: 44, 63 and 66. RGB value is (68,99,102). Sum of RGB (Red+Green+Blue) = 68+99+102=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #446366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446366 is #BB9C99. Grayscale: #5A5A5A. Windows color (decimal): -12295322 or 6710084. OLE color: 6710084.

HSL color Cylindrical-coordinate representation of color #446366: hue angle of 185.29º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #446366 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6899102-
CMYK0.330.0300.6
HSL185.29º20%33.33%-
HSV(B)185.29º33.33%40%-
XYZ9.2411.1114.23-
YUV90.07134.73112.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=25.28%
G=36.80%
B=37.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68991020.330.0300.6185.292033.33
Hex44636621303Cb91421
Octal1041431464130742712441
Binary1000100110001111001101000011101111001011100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446366; }

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

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

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

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

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

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

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

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