Html Css Color HEX #408079 Ming

📋 copy color: '#408079'

red 64 ◦ green 128 ◦ blue 121

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

Shades of Ming #408079

Tints of Ming #408079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

 BLUE value IS 121 (47.66% from 255) = 38.66%

R = 20.45%
G = 40.89%
B = 38.66%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#408079 (or 0x408079) is known color: Ming. HEX triplet: 40, 80 and 79. RGB value is (64,128,121). Sum of RGB (Red+Green+Blue) = 64+128+121=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #408079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408079 is #BF7F86. Grayscale: #6C6C6C. Windows color (decimal): -12550023 or 7962688. OLE color: 7962688.

HSL color Cylindrical-coordinate representation of color #408079: hue angle of 173.44º 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 #408079 is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 128 121 -
CMYK 0.5 0 0.05 0.50
HSL 173.44º 0.33% 0.38% -
HSV(B) 173.44º 0.5% 0.5% -
XYZ 13.28 17.91 20.85 -
YUV 108.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 64 128 121 0.5 0 0.05 0.50 173.44 0.33 0.38
Hex 40 80 79 32 0 5 32 AD 21 26
Octal 100 200 171 62 0 5 62 255 41 46
Binary 1000000 10000000 1111001 110010 0 101 110010 10101101 100001 100110

Color Harmonies of #408079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408079

Black with #408079

Text Example


Text Example

White with #408079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408079; }

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

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

background-color css

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

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

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

border-color css

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

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

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