Html Css Color HEX #40767F Ming

📋 copy color: '#40767F'

red 64 ◦ green 118 ◦ blue 127

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

Shades of Ming #40767F

Tints of Ming #40767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.19%

 BLUE value IS 127 (50% from 255) = 41.1%

R = 20.71%
G = 38.19%
B = 41.1%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40767F (or 0x40767F) is known color: Ming. HEX triplet: 40, 76 and 7F. RGB value is (64,118,127). Sum of RGB (Red+Green+Blue) = 64+118+127=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #40767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40767F is #BF8980. Grayscale: #666666. Windows color (decimal): -12552577 or 8353344. OLE color: 8353344.

HSL color Cylindrical-coordinate representation of color #40767F: hue angle of 188.57º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40767F is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 118 127 -
CMYK 0.50 0.07 0 0.50
HSL 188.57º 0.33% 0.37% -
HSV(B) 188.57º 0.5% 0.5% -
XYZ 12.42 15.58 22.43 -
YUV 102.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 64 118 127 0.50 0.07 0 0.50 188.57 0.33 0.37
Hex 40 76 7F 32 7 0 32 BD 21 25
Octal 100 166 177 62 7 0 62 275 41 45
Binary 1000000 1110110 1111111 110010 111 0 110010 10111101 100001 100101

Color Harmonies of #40767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40767F

Black with #40767F

Text Example


Text Example

White with #40767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40767F; }

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

 H1.HeaderClassName
 {
   color: #40767F;
 }
 .AnyTagClassName
 {
   color: #40767F;
 }
</style>

background-color css

<style>
 a { background-color: #40767F; }

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

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

border-color css

<style>
 span { border-color: #40767F; }

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

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