Html Css Color HEX #40757E Ming

📋 copy color: '#40757E'

red 64 ◦ green 117 ◦ blue 126

#40757E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #40757E

Tints of Ming #40757E

RGB

 RED value IS 64 (25.39% from 255) = 20.85%

 GREEN value IS 117 (46.09% from 255) = 38.11%

 BLUE value IS 126 (49.61% from 255) = 41.04%

R = 20.85%
G = 38.11%
B = 41.04%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40757E (or 0x40757E) is known color: Ming. HEX triplet: 40, 75 and 7E. RGB value is (64,117,126). Sum of RGB (Red+Green+Blue) = 64+117+126=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #40757E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40757E is #BF8A81. Grayscale: #666666. Windows color (decimal): -12552834 or 8287552. OLE color: 8287552.

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

Color convert

RGB 64 117 126 -
CMYK 0.49 0.07 0 0.51
HSL 188.71º 0.33% 0.37% -
HSV(B) 188.71º 0.49% 0.49% -
XYZ 12.24 15.32 22.05 -
YUV 102.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 64 117 126 0.49 0.07 0 0.51 188.71 0.33 0.37
Hex 40 75 7E 31 7 0 33 BD 21 25
Octal 100 165 176 61 7 0 63 275 41 45
Binary 1000000 1110101 1111110 110001 111 0 110011 10111101 100001 100101

Color Harmonies of #40757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40757E

Black with #40757E

Text Example


Text Example

White with #40757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40757E;
 }
 .AnyTagClassName
 {
   color: #40757E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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