#406F70

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

Shades of Ming #406F70

Tints of Ming #406F70

Color information

#406F70 (or 0x406F70) is unknown color: approx Ming. HEX triplet: 40, 6F and 70. RGB value is (64,111,112). Sum of RGB (Red+Green+Blue) = 64+111+112=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #406F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F70 is #BF908F. Grayscale: #616161. Windows color (decimal): -12554384 or 7368512. OLE color: 7368512.

HSL color Cylindrical-coordinate representation of color #406F70: hue angle of 181.25º 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 #406F70 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB64111112-
CMYK0.430.0100.56
HSL181.25º27.27%34.51%-
HSV(B)181.25º42.86%43.92%-
XYZ10.7213.6317.39-
YUV97.06136.43104.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=22.30%
G=38.68%
B=39.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641111120.430.0100.56181.2527.2734.51
Hex406F702B1038b51b23
Octal1001571605310702653343
Binary100000011011111110000101011101110001011010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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