#40757A

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

Shades of Ming #40757A

Tints of Ming #40757A

Color information

#40757A (or 0x40757A) is unknown color: approx Ming. HEX triplet: 40, 75 and 7A. RGB value is (64,117,122). Sum of RGB (Red+Green+Blue) = 64+117+122=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #40757A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40757A is #BF8A85. Grayscale: #656565. Windows color (decimal): -12552838 or 8025408. OLE color: 8025408.

HSL color Cylindrical-coordinate representation of color #40757A: hue angle of 185.17º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40757A is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB64117122-
CMYK0.480.0400.52
HSL185.17º31.18%36.47%-
HSV(B)185.17º47.54%47.84%-
XYZ11.9915.2220.72-
YUV101.72139.44101.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=21.12%
G=38.61%
B=40.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641171220.480.0400.52185.1731.1836.47
Hex40757A304034b91f24
Octal1001651726040642713744
Binary10000001110101111101011000010001101001011100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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