#407471

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

Shades of Ming #407471

Tints of Ming #407471

Color information

#407471 (or 0x407471) is unknown color: approx Ming. HEX triplet: 40, 74 and 71. RGB value is (64,116,113). Sum of RGB (Red+Green+Blue) = 64+116+113=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #407471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407471 is #BF8B8E. Grayscale: #646464. Windows color (decimal): -12553103 or 7435328. OLE color: 7435328.

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

Color convert

RGB64116113-
CMYK0.4500.030.55
HSL176.54º28.89%35.29%-
HSV(B)176.54º44.83%45.49%-
XYZ11.3414.7717.88-
YUV100.11135.27102.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=21.84%
G=39.59%
B=38.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641161130.4500.030.55176.5428.8935.29
Hex4074712D0337b11d23
Octal1001641615503672613543
Binary1000000111010011100011011010111101111011000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407471; }

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

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

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

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

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

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

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

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