#407579

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

Shades of Ming #407579

Tints of Ming #407579

Color information

#407579 (or 0x407579) is unknown color: approx Ming. HEX triplet: 40, 75 and 79. RGB value is (64,117,121). Sum of RGB (Red+Green+Blue) = 64+117+121=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #407579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407579 is #BF8A86. Grayscale: #656565. Windows color (decimal): -12552839 or 7959872. OLE color: 7959872.

HSL color Cylindrical-coordinate representation of color #407579: hue angle of 184.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407579 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB64117121-
CMYK0.470.0300.53
HSL184.21º30.81%36.27%-
HSV(B)184.21º47.11%47.45%-
XYZ11.9315.1920.39-
YUV101.61138.94101.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=21.19%
G=38.74%
B=40.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641171210.470.0300.53184.2130.8136.27
Hex4075792F3035b81f24
Octal1001651715730652703744
Binary1000000111010111110011011111101101011011100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407579; }

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

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

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

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

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

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

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

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