Html Css Color HEX #4D7072 Ming

📋 copy color: '#4D7072'

red 77 ◦ green 112 ◦ blue 114

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

Shades of Ming #4D7072

Tints of Ming #4D7072

RGB

 RED value IS 77 (30.47% from 255) = 25.41%

 GREEN value IS 112 (44.14% from 255) = 36.96%

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 25.41%
G = 36.96%
B = 37.62%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D7072 (or 0x4D7072) is known color: Ming. HEX triplet: 4D, 70 and 72. RGB value is (77,112,114). Sum of RGB (Red+Green+Blue) = 77+112+114=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D7072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7072 is #B28F8D. Grayscale: #656565. Windows color (decimal): -11702158 or 7499853. OLE color: 7499853.

HSL color Cylindrical-coordinate representation of color #4D7072: hue angle of 183.24º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D7072 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 112 114 -
CMYK 0.32 0.02 0 0.55
HSL 183.24º 0.19% 0.37% -
HSV(B) 183.24º 0.32% 0.45% -
XYZ 11.89 14.38 18.07 -
YUV 101.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 77 112 114 0.32 0.02 0 0.55 183.24 0.19 0.37
Hex 4D 70 72 20 2 0 37 B7 13 25
Octal 115 160 162 40 2 0 67 267 23 45
Binary 1001101 1110000 1110010 100000 10 0 110111 10110111 10011 100101

Color Harmonies of #4D7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7072

Black with #4D7072

Text Example


Text Example

White with #4D7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D7072; }

 p { color: rgb(77,112,114); }

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

background-color css

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

 a { background-color: rgb(77,112,114); }

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

border-color css

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

 span { border-color: rgb(77,112,114); }

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