#446461

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

Shades of Tax Break #446461

Tints of Tax Break #446461

Color information

#446461 (or 0x446461) is unknown color: approx Tax Break. HEX triplet: 44, 64 and 61. RGB value is (68,100,97). Sum of RGB (Red+Green+Blue) = 68+100+97=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 100 - color contains mainly: green. Hex color #446461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446461 is #BB9B9E. Grayscale: #5A5A5A. Windows color (decimal): -12295071 or 6382660. OLE color: 6382660.

HSL color Cylindrical-coordinate representation of color #446461: hue angle of 174.38º 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 #446461 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB6810097-
CMYK0.3200.030.61
HSL174.38º19.05%32.94%-
HSV(B)174.38º32%39.22%-
XYZ9.111.2112.99-
YUV90.09131.9112.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=25.66%
G=37.74%
B=36.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68100970.3200.030.61174.3819.0532.94
Hex44646120033Dae1321
Octal1041441414003752562341
Binary1000100110010011000011000000111111011010111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446461; }

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

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

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

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

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

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

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

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