#446A71

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

Shades of Tax Break #446A71

Tints of Tax Break #446A71

Color information

#446A71 (or 0x446A71) is unknown color: approx Tax Break. HEX triplet: 44, 6A and 71. RGB value is (68,106,113). Sum of RGB (Red+Green+Blue) = 68+106+113=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #446A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A71 is #BB958E. Grayscale: #5F5F5F. Windows color (decimal): -12293519 or 7432772. OLE color: 7432772.

HSL color Cylindrical-coordinate representation of color #446A71: hue angle of 189.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446A71 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB68106113-
CMYK0.400.0600.56
HSL189.33º24.86%35.49%-
HSV(B)189.33º39.82%44.31%-
XYZ10.5212.7317.53-
YUV95.44137.91108.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=23.69%
G=36.93%
B=39.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681061130.400.0600.56189.3324.8635.49
Hex446A71286038bd1923
Octal1041521615060702753143
Binary10001001101010111000110100011001110001011110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,106,113); }

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

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

 a { background-color: rgb(68,106,113); }

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

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

 span { border-color: rgb(68,106,113); }

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