#447071

Color #447071 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #447071

Tints of Ming #447071

Color information

#447071 (or 0x447071) is unknown color: approx Ming. HEX triplet: 44, 70 and 71. RGB value is (68,112,113). Sum of RGB (Red+Green+Blue) = 68+112+113=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #447071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447071 is #BB8F8E. Grayscale: #626262. Windows color (decimal): -12291983 or 7434308. OLE color: 7434308.

HSL color Cylindrical-coordinate representation of color #447071: hue angle of 181.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 #447071 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB68112113-
CMYK0.400.0100.56
HSL181.33º24.86%35.49%-
HSV(B)181.33º39.82%44.31%-
XYZ11.1614.0117.74-
YUV98.96135.92105.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=23.21%
G=38.23%
B=38.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681121130.400.0100.56181.3324.8635.49
Hex447071281038b51923
Octal1041601615010702653143
Binary100010011100001110001101000101110001011010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447071; }

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

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

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

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

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

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

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

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