#406C74

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

Shades of Ming #406C74

Tints of Ming #406C74

Color information

#406C74 (or 0x406C74) is unknown color: approx Ming. HEX triplet: 40, 6C and 74. RGB value is (64,108,116). Sum of RGB (Red+Green+Blue) = 64+108+116=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #406C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C74 is #BF938B. Grayscale: #5F5F5F. Windows color (decimal): -12555148 or 7629888. OLE color: 7629888.

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

Color convert

RGB64108116-
CMYK0.450.0700.55
HSL189.23º28.89%35.29%-
HSV(B)189.23º44.83%45.49%-
XYZ10.6313.0818.49-
YUV95.76139.42105.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 108 (42.58% from 255) = 37.5%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=22.22%
G=37.5%
B=40.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641081160.450.0700.55189.2328.8935.29
Hex406C742D7037bd1d23
Octal1001541645570672753543
Binary10000001101100111010010110111101101111011110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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