#407A74

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

Shades of Ming #407A74

Tints of Ming #407A74

Color information

#407A74 (or 0x407A74) is unknown color: approx Ming. HEX triplet: 40, 7A and 74. RGB value is (64,122,116). Sum of RGB (Red+Green+Blue) = 64+122+116=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 122 - color contains mainly: green. Hex color #407A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A74 is #BF858B. Grayscale: #676767. Windows color (decimal): -12551564 or 7633472. OLE color: 7633472.

HSL color Cylindrical-coordinate representation of color #407A74: hue angle of 173.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A74 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB64122116-
CMYK0.4800.050.52
HSL173.79º31.18%36.47%-
HSV(B)173.79º47.54%47.84%-
XYZ12.2316.2719.02-
YUV103.97134.7899.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 122 (48.05% from 255) = 40.40%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=21.19%
G=40.40%
B=38.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641221160.4800.050.52173.7931.1836.47
Hex407A74300534ae1f24
Octal1001721646005642563744
Binary10000001111010111010011000001011101001010111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407A74; }

 p { color: rgb(64,122,116); }

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

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

 a { background-color: rgb(64,122,116); }

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

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

 span { border-color: rgb(64,122,116); }

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