#406E70

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

Shades of Ming #406E70

Tints of Ming #406E70

Color information

#406E70 (or 0x406E70) is unknown color: approx Ming. HEX triplet: 40, 6E and 70. RGB value is (64,110,112). Sum of RGB (Red+Green+Blue) = 64+110+112=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #406E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406E70 is #BF918F. Grayscale: #606060. Windows color (decimal): -12554640 or 7368256. OLE color: 7368256.

HSL color Cylindrical-coordinate representation of color #406E70: hue angle of 182.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406E70 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB64110112-
CMYK0.430.0200.56
HSL182.5º27.27%34.51%-
HSV(B)182.5º42.86%43.92%-
XYZ10.6113.4117.36-
YUV96.47136.76104.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=22.38%
G=38.46%
B=39.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641101120.430.0200.56182.527.2734.51
Hex406E702B2038b61b23
Octal1001561605320702663343
Binary1000000110111011100001010111001110001011011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406E70; }

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

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

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

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

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

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

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

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