Html Css Color HEX #406E76 Ming

📋 copy color: '#406E76'

red 64 ◦ green 110 ◦ blue 118

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

Shades of Ming #406E76

Tints of Ming #406E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.67%

 BLUE value IS 118 (46.48% from 255) = 40.41%

R = 21.92%
G = 37.67%
B = 40.41%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#406E76 (or 0x406E76) is known color: Ming. HEX triplet: 40, 6E and 76. RGB value is (64,110,118). Sum of RGB (Red+Green+Blue) = 64+110+118=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #406E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406E76 is #BF9189. Grayscale: #616161. Windows color (decimal): -12554634 or 7761472. OLE color: 7761472.

HSL color Cylindrical-coordinate representation of color #406E76: hue angle of 188.89º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #406E76 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 110 118 -
CMYK 0.46 0.07 0 0.54
HSL 188.89º 0.3% 0.36% -
HSV(B) 188.89º 0.46% 0.46% -
XYZ 10.96 13.55 19.18 -
YUV 97.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 64 110 118 0.46 0.07 0 0.54 188.89 0.3 0.36
Hex 40 6E 76 2E 7 0 36 BD 1E 24
Octal 100 156 166 56 7 0 66 275 36 44
Binary 1000000 1101110 1110110 101110 111 0 110110 10111101 11110 100100

Color Harmonies of #406E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406E76

Black with #406E76

Text Example


Text Example

White with #406E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406E76; }

 p { color: rgb(64,110,118); }

 H1.HeaderClassName
 {
   color: #406E76;
 }
 .AnyTagClassName
 {
   color: #406E76;
 }
</style>

background-color css

<style>
 a { background-color: #406E76; }

 a { background-color: rgb(64,110,118); }

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

border-color css

<style>
 span { border-color: #406E76; }

 span { border-color: rgb(64,110,118); }

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