Html Css Color HEX #406D71 Ming

📋 copy color: '#406D71'

red 64 ◦ green 109 ◦ blue 113

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

Shades of Ming #406D71

Tints of Ming #406D71

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.11%

 BLUE value IS 113 (44.53% from 255) = 39.51%

R = 22.38%
G = 38.11%
B = 39.51%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#406D71 (or 0x406D71) is known color: Ming. HEX triplet: 40, 6D and 71. RGB value is (64,109,113). Sum of RGB (Red+Green+Blue) = 64+109+113=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #406D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406D71 is #BF928E. Grayscale: #5F5F5F. Windows color (decimal): -12554895 or 7433536. OLE color: 7433536.

HSL color Cylindrical-coordinate representation of color #406D71: hue angle of 184.9º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406D71 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 109 113 -
CMYK 0.43 0.04 0 0.56
HSL 184.9º 0.28% 0.35% -
HSV(B) 184.9º 0.43% 0.44% -
XYZ 10.56 13.22 17.62 -
YUV 96 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 64 109 113 0.43 0.04 0 0.56 184.9 0.28 0.35
Hex 40 6D 71 2B 4 0 38 B9 1C 23
Octal 100 155 161 53 4 0 70 271 34 43
Binary 1000000 1101101 1110001 101011 100 0 111000 10111001 11100 100011

Color Harmonies of #406D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D71

Black with #406D71

Text Example


Text Example

White with #406D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,109,113); }

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

background-color css

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

 a { background-color: rgb(64,109,113); }

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

border-color css

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

 span { border-color: rgb(64,109,113); }

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