#40757C

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

Shades of Ming #40757C

Tints of Ming #40757C

Color information

#40757C (or 0x40757C) is unknown color: approx Ming. HEX triplet: 40, 75 and 7C. RGB value is (64,117,124). Sum of RGB (Red+Green+Blue) = 64+117+124=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #40757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40757C is #BF8A83. Grayscale: #656565. Windows color (decimal): -12552836 or 8156480. OLE color: 8156480.

HSL color Cylindrical-coordinate representation of color #40757C: hue angle of 187º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40757C is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB64117124-
CMYK0.480.0600.51
HSL187º31.91%36.86%-
HSV(B)187º48.39%48.63%-
XYZ12.1115.2721.38-
YUV101.95140.44100.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=20.98%
G=38.36%
B=40.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal641171240.480.0600.5118731.9136.86
Hex40757C306033bb2025
Octal1001651746060632734045
Binary100000011101011111100110000110011001110111011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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