Html Css Color HEX #406E75 Ming

📋 copy color: '#406E75'

red 64 ◦ green 110 ◦ blue 117

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

Shades of Ming #406E75

Tints of Ming #406E75

RGB

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

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

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

R = 21.99%
G = 37.8%
B = 40.21%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#406E75 (or 0x406E75) is known color: Ming. HEX triplet: 40, 6E and 75. RGB value is (64,110,117). Sum of RGB (Red+Green+Blue) = 64+110+117=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #406E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406E75 is #BF918A. Grayscale: #606060. Windows color (decimal): -12554635 or 7695936. OLE color: 7695936.

HSL color Cylindrical-coordinate representation of color #406E75: hue angle of 187.92º 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 #406E75 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 110 117 -
CMYK 0.45 0.06 0 0.54
HSL 187.92º 0.29% 0.35% -
HSV(B) 187.92º 0.45% 0.46% -
XYZ 10.9 13.53 18.87 -
YUV 97.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 64 110 117 0.45 0.06 0 0.54 187.92 0.29 0.35
Hex 40 6E 75 2D 6 0 36 BC 1D 23
Octal 100 156 165 55 6 0 66 274 35 43
Binary 1000000 1101110 1110101 101101 110 0 110110 10111100 11101 100011

Color Harmonies of #406E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406E75

Black with #406E75

Text Example


Text Example

White with #406E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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