#407873

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

Shades of Ming #407873

Tints of Ming #407873

Color information

#407873 (or 0x407873) is unknown color: approx Ming. HEX triplet: 40, 78 and 73. RGB value is (64,120,115). Sum of RGB (Red+Green+Blue) = 64+120+115=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #407873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407873 is #BF878C. Grayscale: #666666. Windows color (decimal): -12552077 or 7567424. OLE color: 7567424.

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

Color convert

RGB64120115-
CMYK0.4700.040.53
HSL174.64º30.43%36.08%-
HSV(B)174.64º46.67%47.06%-
XYZ11.9315.7618.63-
YUV102.69134.95100.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 115 (45.31% from 255) = 38.46%
R=21.40%
G=40.13%
B=38.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641201150.4700.040.53174.6430.4336.08
Hex4078732F0435af1e24
Octal1001701635704652573644
Binary10000001111000111001110111101001101011010111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407873; }

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

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

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

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

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

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

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

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