#407470

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

Shades of Ming #407470

Tints of Ming #407470

Color information

#407470 (or 0x407470) is unknown color: approx Ming. HEX triplet: 40, 74 and 70. RGB value is (64,116,112). Sum of RGB (Red+Green+Blue) = 64+116+112=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #407470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407470 is #BF8B8F. Grayscale: #636363. Windows color (decimal): -12553104 or 7369792. OLE color: 7369792.

HSL color Cylindrical-coordinate representation of color #407470: hue angle of 175.38º 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 #407470 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB64116112-
CMYK0.4500.030.55
HSL175.38º28.89%35.29%-
HSV(B)175.38º44.83%45.49%-
XYZ11.2814.7517.58-
YUV100134.77102.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=21.92%
G=39.73%
B=38.36%

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
Decimal641161120.4500.030.55175.3828.8935.29
Hex4074702D0337af1d23
Octal1001641605503672573543
Binary1000000111010011100001011010111101111010111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407470; }

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

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

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

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

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

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

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

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