Html Css Color HEX #406F76 Ming

📋 copy color: '#406F76'

red 64 ◦ green 111 ◦ blue 118

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

Shades of Ming #406F76

Tints of Ming #406F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.27%

R = 21.84%
G = 37.88%
B = 40.27%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#406F76 (or 0x406F76) is known color: Ming. HEX triplet: 40, 6F and 76. RGB value is (64,111,118). Sum of RGB (Red+Green+Blue) = 64+111+118=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #406F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F76 is #BF9089. Grayscale: #616161. Windows color (decimal): -12554378 or 7761728. OLE color: 7761728.

HSL color Cylindrical-coordinate representation of color #406F76: hue angle of 187.78º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #406F76 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 111 118 -
CMYK 0.46 0.06 0 0.54
HSL 187.78º 0.3% 0.36% -
HSV(B) 187.78º 0.46% 0.46% -
XYZ 11.07 13.77 19.21 -
YUV 97.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 64 111 118 0.46 0.06 0 0.54 187.78 0.3 0.36
Hex 40 6F 76 2E 6 0 36 BC 1E 24
Octal 100 157 166 56 6 0 66 274 36 44
Binary 1000000 1101111 1110110 101110 110 0 110110 10111100 11110 100100

Color Harmonies of #406F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F76

Black with #406F76

Text Example


Text Example

White with #406F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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