#446A70

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

Shades of Tax Break #446A70

Tints of Tax Break #446A70

Color information

#446A70 (or 0x446A70) is unknown color: approx Tax Break. HEX triplet: 44, 6A and 70. RGB value is (68,106,112). Sum of RGB (Red+Green+Blue) = 68+106+112=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #446A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A70 is #BB958F. Grayscale: #5F5F5F. Windows color (decimal): -12293520 or 7367236. OLE color: 7367236.

HSL color Cylindrical-coordinate representation of color #446A70: hue angle of 188.18º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446A70 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB68106112-
CMYK0.390.0500.56
HSL188.18º24.44%35.29%-
HSV(B)188.18º39.29%43.92%-
XYZ10.4612.7117.23-
YUV95.32137.41108.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=23.78%
G=37.06%
B=39.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681061120.390.0500.56188.1824.4435.29
Hex446A70275038bc1823
Octal1041521604750702743043
Binary10001001101010111000010011110101110001011110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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