#446462

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

Shades of Tax Break #446462

Tints of Tax Break #446462

Color information

#446462 (or 0x446462) is unknown color: approx Tax Break. HEX triplet: 44, 64 and 62. RGB value is (68,100,98). Sum of RGB (Red+Green+Blue) = 68+100+98=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 100 - color contains mainly: green. Hex color #446462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446462 is #BB9B9D. Grayscale: #5A5A5A. Windows color (decimal): -12295070 or 6448196. OLE color: 6448196.

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

Color convert

RGB6810098-
CMYK0.3200.020.61
HSL176.25º19.05%32.94%-
HSV(B)176.25º32%39.22%-
XYZ9.1511.2313.24-
YUV90.2132.4112.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 100 (39.45% from 255) = 37.59%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=25.56%
G=37.59%
B=36.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68100980.3200.020.61176.2519.0532.94
Hex44646220023Db01321
Octal1041441424002752602341
Binary1000100110010011000101000000101111011011000010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446462; }

 p { color: rgb(68,100,98); }

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

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

 a { background-color: rgb(68,100,98); }

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

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

 span { border-color: rgb(68,100,98); }

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