Html Css Color HEX #40747C Ming

📋 copy color: '#40747C'

red 64 ◦ green 116 ◦ blue 124

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

Shades of Ming #40747C

Tints of Ming #40747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.16%

 BLUE value IS 124 (48.83% from 255) = 40.79%

R = 21.05%
G = 38.16%
B = 40.79%

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

#40747C (or 0x40747C) is known color: Ming. HEX triplet: 40, 74 and 7C. RGB value is (64,116,124). Sum of RGB (Red+Green+Blue) = 64+116+124=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #40747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40747C is #BF8B83. Grayscale: #656565. Windows color (decimal): -12553092 or 8156224. OLE color: 8156224.

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

Color convert

RGB 64 116 124 -
CMYK 0.48 0.06 0 0.51
HSL 188º 0.32% 0.37% -
HSV(B) 188º 0.48% 0.49% -
XYZ 12 15.04 21.34 -
YUV 101.36 140.77 101.35 -
System Red Green Blue C M Y K H S L
Decimal 64 116 124 0.48 0.06 0 0.51 188 0.32 0.37
Hex 40 74 7C 30 6 0 33 BC 20 25
Octal 100 164 174 60 6 0 63 274 40 45
Binary 1000000 1110100 1111100 110000 110 0 110011 10111100 100000 100101

Color Harmonies of #40747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40747C

Black with #40747C

Text Example


Text Example

White with #40747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40747C;
 }
 .AnyTagClassName
 {
   color: #40747C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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