Html Css Color HEX #406F74 Ming

📋 copy color: '#406F74'

red 64 ◦ green 111 ◦ blue 116

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

Shades of Ming #406F74

Tints of Ming #406F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.14%

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

R = 21.99%
G = 38.14%
B = 39.86%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#406F74 (or 0x406F74) is known color: Ming. HEX triplet: 40, 6F and 74. RGB value is (64,111,116). Sum of RGB (Red+Green+Blue) = 64+111+116=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #406F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F74 is #BF908B. Grayscale: #616161. Windows color (decimal): -12554380 or 7630656. OLE color: 7630656.

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

Color convert

RGB 64 111 116 -
CMYK 0.45 0.04 0 0.55
HSL 185.77º 0.29% 0.35% -
HSV(B) 185.77º 0.45% 0.45% -
XYZ 10.95 13.72 18.59 -
YUV 97.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 64 111 116 0.45 0.04 0 0.55 185.77 0.29 0.35
Hex 40 6F 74 2D 4 0 37 BA 1D 23
Octal 100 157 164 55 4 0 67 272 35 43
Binary 1000000 1101111 1110100 101101 100 0 110111 10111010 11101 100011

Color Harmonies of #406F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F74

Black with #406F74

Text Example


Text Example

White with #406F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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