#40807C

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

Shades of Ming #40807C

Tints of Ming #40807C

Color information

#40807C (or 0x40807C) is unknown color: approx Ming. HEX triplet: 40, 80 and 7C. RGB value is (64,128,124). Sum of RGB (Red+Green+Blue) = 64+128+124=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #40807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40807C is #BF7F83. Grayscale: #6C6C6C. Windows color (decimal): -12550020 or 8159296. OLE color: 8159296.

HSL color Cylindrical-coordinate representation of color #40807C: hue angle of 176.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40807C is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB64128124-
CMYK0.500.030.50
HSL176.25º33.33%37.65%-
HSV(B)176.25º50%50.2%-
XYZ13.4717.9821.83-
YUV108.41136.896.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 128 (50.39% from 255) = 40.51%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=20.25%
G=40.51%
B=39.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal641281240.500.030.50176.2533.3337.65
Hex40807C320332b02126
Octal1002001746203622604146
Binary100000010000000111110011001001111001010110000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40807C; }

 p { color: rgb(64,128,124); }

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

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

 a { background-color: rgb(64,128,124); }

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

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

 span { border-color: rgb(64,128,124); }

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