#406E75

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

Shades of Ming #406E75

Tints of Ming #406E75

Color information

#406E75 (or 0x406E75) is unknown color: approx Ming. HEX triplet: 40, 6E and 75. RGB value is (64,110,117). Sum of RGB (Red+Green+Blue) = 64+110+117=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #406E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406E75 is #BF918A. Grayscale: #606060. Windows color (decimal): -12554635 or 7695936. OLE color: 7695936.

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

Color convert

RGB64110117-
CMYK0.450.0600.54
HSL187.92º29.28%35.49%-
HSV(B)187.92º45.3%45.88%-
XYZ10.913.5318.87-
YUV97.04139.26104.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=21.99%
G=37.80%
B=40.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641101170.450.0600.54187.9229.2835.49
Hex406E752D6036bc1d23
Octal1001561655560662743543
Binary10000001101110111010110110111001101101011110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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