#407573

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

Shades of Ming #407573

Tints of Ming #407573

Color information

#407573 (or 0x407573) is unknown color: approx Ming. HEX triplet: 40, 75 and 73. RGB value is (64,117,115). Sum of RGB (Red+Green+Blue) = 64+117+115=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #407573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407573 is #BF8A8C. Grayscale: #646464. Windows color (decimal): -12552845 or 7566656. OLE color: 7566656.

HSL color Cylindrical-coordinate representation of color #407573: hue angle of 177.74º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407573 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB64117115-
CMYK0.4500.020.54
HSL177.74º29.28%35.49%-
HSV(B)177.74º45.3%45.88%-
XYZ11.5715.0518.51-
YUV100.92135.94101.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.62%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=21.62%
G=39.53%
B=38.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641171150.4500.020.54177.7429.2835.49
Hex4075732D0236b21d23
Octal1001651635502662623543
Binary1000000111010111100111011010101101101011001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407573; }

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

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

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

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

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

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

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

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