#407375

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

Shades of Ming #407375

Tints of Ming #407375

Color information

#407375 (or 0x407375) is unknown color: approx Ming. HEX triplet: 40, 73 and 75. RGB value is (64,115,117). Sum of RGB (Red+Green+Blue) = 64+115+117=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #407375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407375 is #BF8C8A. Grayscale: #636363. Windows color (decimal): -12553355 or 7697216. OLE color: 7697216.

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

Color convert

RGB64115117-
CMYK0.450.0200.54
HSL182.26º29.28%35.49%-
HSV(B)182.26º45.3%45.88%-
XYZ11.4614.6419.05-
YUV99.98137.6102.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.62%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=21.62%
G=38.85%
B=39.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641151170.450.0200.54182.2629.2835.49
Hex4073752D2036b61d23
Octal1001631655520662663543
Binary1000000111001111101011011011001101101011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407375; }

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

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

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

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

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

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

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

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