#447471

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

Shades of Ming #447471

Tints of Ming #447471

Color information

#447471 (or 0x447471) is unknown color: approx Ming. HEX triplet: 44, 74 and 71. RGB value is (68,116,113). Sum of RGB (Red+Green+Blue) = 68+116+113=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #447471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447471 is #BB8B8E. Grayscale: #656565. Windows color (decimal): -12290959 or 7435332. OLE color: 7435332.

HSL color Cylindrical-coordinate representation of color #447471: hue angle of 176.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447471 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB68116113-
CMYK0.4100.030.55
HSL176.25º26.09%36.08%-
HSV(B)176.25º41.38%45.49%-
XYZ11.6114.9117.89-
YUV101.31134.6104.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=22.90%
G=39.06%
B=38.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681161130.4100.030.55176.2526.0936.08
Hex447471290337b01a24
Octal1041641615103672603244
Binary1000100111010011100011010010111101111011000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447471; }

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

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

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

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

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

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

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

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