#407074

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

Shades of Ming #407074

Tints of Ming #407074

Color information

#407074 (or 0x407074) is unknown color: approx Ming. HEX triplet: 40, 70 and 74. RGB value is (64,112,116). Sum of RGB (Red+Green+Blue) = 64+112+116=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 116 - color contains mainly: blue. Hex color #407074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407074 is #BF8F8B. Grayscale: #626262. Windows color (decimal): -12554124 or 7630912. OLE color: 7630912.

HSL color Cylindrical-coordinate representation of color #407074: hue angle of 184.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407074 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB64112116-
CMYK0.450.0300.55
HSL184.62º28.89%35.29%-
HSV(B)184.62º44.83%45.49%-
XYZ11.0613.9418.63-
YUV98.1138.1103.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 116 (45.70% from 255) = 39.73%
R=21.92%
G=38.36%
B=39.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641121160.450.0300.55184.6228.8935.29
Hex4070742D3037b91d23
Octal1001601645530672713543
Binary1000000111000011101001011011101101111011100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407074; }

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

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

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

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

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

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

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

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