Html Css Color HEX #406C74 Ming

📋 copy color: '#406C74'

red 64 ◦ green 108 ◦ blue 116

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

Shades of Ming #406C74

Tints of Ming #406C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 22.22%
G = 37.5%
B = 40.28%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#406C74 (or 0x406C74) is known color: Ming. HEX triplet: 40, 6C and 74. RGB value is (64,108,116). Sum of RGB (Red+Green+Blue) = 64+108+116=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #406C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C74 is #BF938B. Grayscale: #5F5F5F. Windows color (decimal): -12555148 or 7629888. OLE color: 7629888.

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

Color convert

RGB 64 108 116 -
CMYK 0.45 0.07 0 0.55
HSL 189.23º 0.29% 0.35% -
HSV(B) 189.23º 0.45% 0.45% -
XYZ 10.63 13.08 18.49 -
YUV 95.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 64 108 116 0.45 0.07 0 0.55 189.23 0.29 0.35
Hex 40 6C 74 2D 7 0 37 BD 1D 23
Octal 100 154 164 55 7 0 67 275 35 43
Binary 1000000 1101100 1110100 101101 111 0 110111 10111101 11101 100011

Color Harmonies of #406C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C74

Black with #406C74

Text Example


Text Example

White with #406C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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