#407473

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

Shades of Ming #407473

Tints of Ming #407473

Color information

#407473 (or 0x407473) is unknown color: approx Ming. HEX triplet: 40, 74 and 73. RGB value is (64,116,115). Sum of RGB (Red+Green+Blue) = 64+116+115=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #407473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407473 is #BF8B8C. Grayscale: #646464. Windows color (decimal): -12553101 or 7566400. OLE color: 7566400.

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

Color convert

RGB64116115-
CMYK0.4500.010.55
HSL178.85º28.89%35.29%-
HSV(B)178.85º44.83%45.49%-
XYZ11.4514.8218.48-
YUV100.34136.27102.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=21.69%
G=39.32%
B=38.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641161150.4500.010.55178.8528.8935.29
Hex4074732D0137b31d23
Octal1001641635501672633543
Binary100000011101001110011101101011101111011001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407473; }

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

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

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

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

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

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

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

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