Html Css Color HEX #407680 Ming

📋 copy color: '#407680'

red 64 ◦ green 118 ◦ blue 128

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

Shades of Ming #407680

Tints of Ming #407680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 20.65%
G = 38.06%
B = 41.29%

CMYK

 C value IS 0.5

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#407680 (or 0x407680) is known color: Ming. HEX triplet: 40, 76 and 80. RGB value is (64,118,128). Sum of RGB (Red+Green+Blue) = 64+118+128=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #407680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407680 is #BF897F. Grayscale: #666666. Windows color (decimal): -12552576 or 8418880. OLE color: 8418880.

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

Color convert

RGB 64 118 128 -
CMYK 0.5 0.08 0 0.50
HSL 189.38º 0.33% 0.38% -
HSV(B) 189.38º 0.5% 0.5% -
XYZ 12.49 15.61 22.78 -
YUV 102.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 64 118 128 0.5 0.08 0 0.50 189.38 0.33 0.38
Hex 40 76 80 32 8 0 32 BD 21 26
Octal 100 166 200 62 10 0 62 275 41 46
Binary 1000000 1110110 10000000 110010 1000 0 110010 10111101 100001 100110

Color Harmonies of #407680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407680

Black with #407680

Text Example


Text Example

White with #407680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407680; }

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

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

background-color css

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

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

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

border-color css

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

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

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