Html Css Color HEX #406F77 Ming

📋 copy color: '#406F77'

red 64 ◦ green 111 ◦ blue 119

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

Shades of Ming #406F77

Tints of Ming #406F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.48%

R = 21.77%
G = 37.76%
B = 40.48%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#406F77 (or 0x406F77) is known color: Ming. HEX triplet: 40, 6F and 77. RGB value is (64,111,119). Sum of RGB (Red+Green+Blue) = 64+111+119=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #406F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F77 is #BF9088. Grayscale: #616161. Windows color (decimal): -12554377 or 7827264. OLE color: 7827264.

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

Color convert

RGB 64 111 119 -
CMYK 0.46 0.07 0 0.53
HSL 188.73º 0.3% 0.36% -
HSV(B) 188.73º 0.46% 0.47% -
XYZ 11.13 13.79 19.53 -
YUV 97.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 64 111 119 0.46 0.07 0 0.53 188.73 0.3 0.36
Hex 40 6F 77 2E 7 0 35 BD 1E 24
Octal 100 157 167 56 7 0 65 275 36 44
Binary 1000000 1101111 1110111 101110 111 0 110101 10111101 11110 100100

Color Harmonies of #406F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F77

Black with #406F77

Text Example


Text Example

White with #406F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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