Html Css Color HEX #406D75 Ming

📋 copy color: '#406D75'

red 64 ◦ green 109 ◦ blue 117

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

Shades of Ming #406D75

Tints of Ming #406D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 22.07%
G = 37.59%
B = 40.34%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#406D75 (or 0x406D75) is known color: Ming. HEX triplet: 40, 6D and 75. RGB value is (64,109,117). Sum of RGB (Red+Green+Blue) = 64+109+117=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #406D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406D75 is #BF928A. Grayscale: #606060. Windows color (decimal): -12554891 or 7695680. OLE color: 7695680.

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

Color convert

RGB 64 109 117 -
CMYK 0.45 0.07 0 0.54
HSL 189.06º 0.29% 0.35% -
HSV(B) 189.06º 0.45% 0.46% -
XYZ 10.79 13.31 18.83 -
YUV 96.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 64 109 117 0.45 0.07 0 0.54 189.06 0.29 0.35
Hex 40 6D 75 2D 7 0 36 BD 1D 23
Octal 100 155 165 55 7 0 66 275 35 43
Binary 1000000 1101101 1110101 101101 111 0 110110 10111101 11101 100011

Color Harmonies of #406D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D75

Black with #406D75

Text Example


Text Example

White with #406D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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