Html Css Color HEX #40767C Ming

📋 copy color: '#40767C'

red 64 ◦ green 118 ◦ blue 124

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

Shades of Ming #40767C

Tints of Ming #40767C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 20.92%
G = 38.56%
B = 40.52%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40767C (or 0x40767C) is known color: Ming. HEX triplet: 40, 76 and 7C. RGB value is (64,118,124). Sum of RGB (Red+Green+Blue) = 64+118+124=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #40767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40767C is #BF8983. Grayscale: #666666. Windows color (decimal): -12552580 or 8156736. OLE color: 8156736.

HSL color Cylindrical-coordinate representation of color #40767C: hue angle of 186º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40767C is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 118 124 -
CMYK 0.48 0.05 0 0.51
HSL 186º 0.32% 0.37% -
HSV(B) 186º 0.48% 0.49% -
XYZ 12.23 15.5 21.42 -
YUV 102.54 140.11 100.51 -
System Red Green Blue C M Y K H S L
Decimal 64 118 124 0.48 0.05 0 0.51 186 0.32 0.37
Hex 40 76 7C 30 5 0 33 BA 20 25
Octal 100 166 174 60 5 0 63 272 40 45
Binary 1000000 1110110 1111100 110000 101 0 110011 10111010 100000 100101

Color Harmonies of #40767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40767C

Black with #40767C

Text Example


Text Example

White with #40767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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