Html Css Color HEX #40757C Ming

📋 copy color: '#40757C'

red 64 ◦ green 117 ◦ blue 124

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

Shades of Ming #40757C

Tints of Ming #40757C

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 value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40757C (or 0x40757C) is known color: 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

RGB 64 117 124 -
CMYK 0.48 0.06 0 0.51
HSL 187º 0.32% 0.37% -
HSV(B) 187º 0.48% 0.49% -
XYZ 12.11 15.27 21.38 -
YUV 101.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 64 117 124 0.48 0.06 0 0.51 187 0.32 0.37
Hex 40 75 7C 30 6 0 33 BB 20 25
Octal 100 165 174 60 6 0 63 273 40 45
Binary 1000000 1110101 1111100 110000 110 0 110011 10111011 100000 100101

Color Harmonies of #40757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40757C

Black with #40757C

Text Example


Text Example

White with #40757C

Text Example


Text Example

HTML Codes & Css Web 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>