#407079

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

Shades of Ming #407079

Tints of Ming #407079

Color information

#407079 (or 0x407079) is unknown color: approx Ming. HEX triplet: 40, 70 and 79. RGB value is (64,112,121). Sum of RGB (Red+Green+Blue) = 64+112+121=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #407079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407079 is #BF8F86. Grayscale: #626262. Windows color (decimal): -12554119 or 7958592. OLE color: 7958592.

HSL color Cylindrical-coordinate representation of color #407079: hue angle of 189.47º 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 #407079 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB64112121-
CMYK0.470.0700.53
HSL189.47º30.81%36.27%-
HSV(B)189.47º47.11%47.45%-
XYZ11.3614.0620.2-
YUV98.67140.6103.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=21.55%
G=37.71%
B=40.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641121210.470.0700.53189.4730.8136.27
Hex4070792F7035bd1f24
Octal1001601715770652753744
Binary10000001110000111100110111111101101011011110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407079; }

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

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

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

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

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

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

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

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