#406C72

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

Shades of Ming #406C72

Tints of Ming #406C72

Color information

#406C72 (or 0x406C72) is unknown color: approx Ming. HEX triplet: 40, 6C and 72. RGB value is (64,108,114). Sum of RGB (Red+Green+Blue) = 64+108+114=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #406C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C72 is #BF938D. Grayscale: #5F5F5F. Windows color (decimal): -12555150 or 7498816. OLE color: 7498816.

HSL color Cylindrical-coordinate representation of color #406C72: hue angle of 187.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #406C72 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB64108114-
CMYK0.440.0500.55
HSL187.2º28.09%34.9%-
HSV(B)187.2º43.86%44.71%-
XYZ10.5113.0317.88-
YUV95.53138.42105.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=22.38%
G=37.76%
B=39.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641081140.440.0500.55187.228.0934.9
Hex406C722C5037bb1c23
Octal1001541625450672733443
Binary10000001101100111001010110010101101111011101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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