#407374

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

Shades of Ming #407374

Tints of Ming #407374

Color information

#407374 (or 0x407374) is unknown color: approx Ming. HEX triplet: 40, 73 and 74. RGB value is (64,115,116). Sum of RGB (Red+Green+Blue) = 64+115+116=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #407374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407374 is #BF8C8B. Grayscale: #636363. Windows color (decimal): -12553356 or 7631680. OLE color: 7631680.

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

Color convert

RGB64115116-
CMYK0.450.0100.55
HSL181.15º28.89%35.29%-
HSV(B)181.15º44.83%45.49%-
XYZ11.414.6118.74-
YUV99.86137.1102.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=21.69%
G=38.98%
B=39.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641151160.450.0100.55181.1528.8935.29
Hex4073742D1037b51d23
Octal1001631645510672653543
Binary100000011100111110100101101101101111011010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407374; }

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

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

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

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

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

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

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

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