#40757D

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

Shades of Ming #40757D

Tints of Ming #40757D

Color information

#40757D (or 0x40757D) is unknown color: approx Ming. HEX triplet: 40, 75 and 7D. RGB value is (64,117,125). Sum of RGB (Red+Green+Blue) = 64+117+125=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #40757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40757D is #BF8A82. Grayscale: #656565. Windows color (decimal): -12552835 or 8222016. OLE color: 8222016.

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

Color convert

RGB64117125-
CMYK0.490.0600.51
HSL187.87º32.28%37.06%-
HSV(B)187.87º48.8%49.02%-
XYZ12.1815.2921.71-
YUV102.06140.94100.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 125 (49.22% from 255) = 40.85%
R=20.92%
G=38.24%
B=40.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal641171250.490.0600.51187.8732.2837.06
Hex40757D316033bc2025
Octal1001651756160632744045
Binary100000011101011111101110001110011001110111100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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