#407879

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

Shades of Ming #407879

Tints of Ming #407879

Color information

#407879 (or 0x407879) is unknown color: approx Ming. HEX triplet: 40, 78 and 79. RGB value is (64,120,121). Sum of RGB (Red+Green+Blue) = 64+120+121=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #407879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407879 is #BF8786. Grayscale: #676767. Windows color (decimal): -12552071 or 7960640. OLE color: 7960640.

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

Color convert

RGB64120121-
CMYK0.470.0100.53
HSL181.05º30.81%36.27%-
HSV(B)181.05º47.11%47.45%-
XYZ12.2815.920.51-
YUV103.37137.9599.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=20.98%
G=39.34%
B=39.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641201210.470.0100.53181.0530.8136.27
Hex4078792F1035b51f24
Octal1001701715710652653744
Binary100000011110001111001101111101101011011010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407879; }

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

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

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

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

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

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

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

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