Html Css Color HEX #40726E Ming

📋 copy color: '#40726E'

red 64 ◦ green 114 ◦ blue 110

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

Shades of Ming #40726E

Tints of Ming #40726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.58%

 BLUE value IS 110 (43.36% from 255) = 38.19%

R = 22.22%
G = 39.58%
B = 38.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#40726E (or 0x40726E) is known color: Ming. HEX triplet: 40, 72 and 6E. RGB value is (64,114,110). Sum of RGB (Red+Green+Blue) = 64+114+110=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #40726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40726E is #BF8D91. Grayscale: #626262. Windows color (decimal): -12553618 or 7238208. OLE color: 7238208.

HSL color Cylindrical-coordinate representation of color #40726E: hue angle of 175.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40726E is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 114 110 -
CMYK 0.44 0 0.04 0.55
HSL 175.2º 0.28% 0.35% -
HSV(B) 175.2º 0.44% 0.45% -
XYZ 10.95 14.25 16.93 -
YUV 98.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 64 114 110 0.44 0 0.04 0.55 175.2 0.28 0.35
Hex 40 72 6E 2C 0 4 37 AF 1C 23
Octal 100 162 156 54 0 4 67 257 34 43
Binary 1000000 1110010 1101110 101100 0 100 110111 10101111 11100 100011

Color Harmonies of #40726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40726E

Black with #40726E

Text Example


Text Example

White with #40726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40726E; }

 p { color: rgb(64,114,110); }

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

background-color css

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

 a { background-color: rgb(64,114,110); }

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

border-color css

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

 span { border-color: rgb(64,114,110); }

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