#446B69

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

Shades of Tax Break #446B69

Tints of Tax Break #446B69

Color information

#446B69 (or 0x446B69) is unknown color: approx Tax Break. HEX triplet: 44, 6B and 69. RGB value is (68,107,105). Sum of RGB (Red+Green+Blue) = 68+107+105=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #446B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B69 is #BB9496. Grayscale: #5F5F5F. Windows color (decimal): -12293271 or 6908740. OLE color: 6908740.

HSL color Cylindrical-coordinate representation of color #446B69: hue angle of 176.92º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #446B69 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB68107105-
CMYK0.3600.020.58
HSL176.92º22.29%34.31%-
HSV(B)176.92º36.45%41.96%-
XYZ10.1912.7615.29-
YUV95.11133.58108.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=24.29%
G=38.21%
B=37.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal681071050.3600.020.58176.9222.2934.31
Hex446B6924023Ab11622
Octal1041531514402722612642
Binary1000100110101111010011001000101110101011000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446B69; }

 p { color: rgb(68,107,105); }

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

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

 a { background-color: rgb(68,107,105); }

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

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

 span { border-color: rgb(68,107,105); }

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