#446B70

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

Shades of Tax Break #446B70

Tints of Tax Break #446B70

Color information

#446B70 (or 0x446B70) is unknown color: approx Tax Break. HEX triplet: 44, 6B and 70. RGB value is (68,107,112). Sum of RGB (Red+Green+Blue) = 68+107+112=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #446B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B70 is #BB948F. Grayscale: #5F5F5F. Windows color (decimal): -12293264 or 7367492. OLE color: 7367492.

HSL color Cylindrical-coordinate representation of color #446B70: hue angle of 186.82º 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 #446B70 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB68107112-
CMYK0.390.0400.56
HSL186.82º24.44%35.29%-
HSV(B)186.82º39.29%43.92%-
XYZ10.5712.9117.27-
YUV95.91137.08108.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=23.69%
G=37.28%
B=39.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681071120.390.0400.56186.8224.4435.29
Hex446B70274038bb1823
Octal1041531604740702733043
Binary10001001101011111000010011110001110001011101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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