#446A72

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

Shades of Tax Break #446A72

Tints of Tax Break #446A72

Color information

#446A72 (or 0x446A72) is unknown color: approx Tax Break. HEX triplet: 44, 6A and 72. RGB value is (68,106,114). Sum of RGB (Red+Green+Blue) = 68+106+114=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 114 - color contains mainly: blue. Hex color #446A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A72 is #BB958D. Grayscale: #5F5F5F. Windows color (decimal): -12293518 or 7498308. OLE color: 7498308.

HSL color Cylindrical-coordinate representation of color #446A72: hue angle of 190.43º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446A72 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB68106114-
CMYK0.400.0700.55
HSL190.43º25.27%35.69%-
HSV(B)190.43º40.35%44.71%-
XYZ10.5812.7517.82-
YUV95.55138.41108.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=23.61%
G=36.81%
B=39.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681061140.400.0700.55190.4325.2735.69
Hex446A72287037be1924
Octal1041521625070672763144
Binary10001001101010111001010100011101101111011111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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