#40747D

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

Shades of Ming #40747D

Tints of Ming #40747D

Color information

#40747D (or 0x40747D) is unknown color: approx Ming. HEX triplet: 40, 74 and 7D. RGB value is (64,116,125). Sum of RGB (Red+Green+Blue) = 64+116+125=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #40747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40747D is #BF8B82. Grayscale: #656565. Windows color (decimal): -12553091 or 8221760. OLE color: 8221760.

HSL color Cylindrical-coordinate representation of color #40747D: hue angle of 188.85º 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 #40747D is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB64116125-
CMYK0.490.0700.51
HSL188.85º32.28%37.06%-
HSV(B)188.85º48.8%49.02%-
XYZ12.0615.0621.67-
YUV101.48141.27101.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=20.98%
G=38.03%
B=40.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal641161250.490.0700.51188.8532.2837.06
Hex40747D317033bd2025
Octal1001641756170632754045
Binary100000011101001111101110001111011001110111101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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