#406F73

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

Shades of Ming #406F73

Tints of Ming #406F73

Color information

#406F73 (or 0x406F73) is unknown color: approx Ming. HEX triplet: 40, 6F and 73. RGB value is (64,111,115). Sum of RGB (Red+Green+Blue) = 64+111+115=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #406F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F73 is #BF908C. Grayscale: #616161. Windows color (decimal): -12554381 or 7565120. OLE color: 7565120.

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

Color convert

RGB64111115-
CMYK0.440.0300.55
HSL184.71º28.49%35.1%-
HSV(B)184.71º44.35%45.1%-
XYZ10.8913.718.29-
YUV97.4137.93104.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 111 (43.75% from 255) = 38.28%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=22.07%
G=38.28%
B=39.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641111150.440.0300.55184.7128.4935.1
Hex406F732C3037b91c23
Octal1001571635430672713443
Binary1000000110111111100111011001101101111011100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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