Html Css Color HEX #406C73 Ming

📋 copy color: '#406C73'

red 64 ◦ green 108 ◦ blue 115

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

Shades of Ming #406C73

Tints of Ming #406C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.63%

 BLUE value IS 115 (45.31% from 255) = 40.07%

R = 22.3%
G = 37.63%
B = 40.07%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#406C73 (or 0x406C73) is known color: Ming. HEX triplet: 40, 6C and 73. RGB value is (64,108,115). Sum of RGB (Red+Green+Blue) = 64+108+115=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #406C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C73 is #BF938C. Grayscale: #5F5F5F. Windows color (decimal): -12555149 or 7564352. OLE color: 7564352.

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

Color convert

RGB 64 108 115 -
CMYK 0.44 0.06 0 0.55
HSL 188.24º 0.28% 0.35% -
HSV(B) 188.24º 0.44% 0.45% -
XYZ 10.57 13.05 18.18 -
YUV 95.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 64 108 115 0.44 0.06 0 0.55 188.24 0.28 0.35
Hex 40 6C 73 2C 6 0 37 BC 1C 23
Octal 100 154 163 54 6 0 67 274 34 43
Binary 1000000 1101100 1110011 101100 110 0 110111 10111100 11100 100011

Color Harmonies of #406C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C73

Black with #406C73

Text Example


Text Example

White with #406C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,108,115); }

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

background-color css

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

 a { background-color: rgb(64,108,115); }

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

border-color css

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

 span { border-color: rgb(64,108,115); }

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