Html Css Color HEX #4E7072 Ming

📋 copy color: '#4E7072'

red 78 ◦ green 112 ◦ blue 114

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

Shades of Ming #4E7072

Tints of Ming #4E7072

RGB

 RED value IS 78 (30.86% from 255) = 25.66%

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

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

R = 25.66%
G = 36.84%
B = 37.5%

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

#4E7072 (or 0x4E7072) is known color: Ming. HEX triplet: 4E, 70 and 72. RGB value is (78,112,114). Sum of RGB (Red+Green+Blue) = 78+112+114=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E7072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7072 is #B18F8D. Grayscale: #666666. Windows color (decimal): -11636622 or 7499854. OLE color: 7499854.

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

Color convert

RGB 78 112 114 -
CMYK 0.32 0.02 0 0.55
HSL 183.33º 0.19% 0.38% -
HSV(B) 183.33º 0.32% 0.45% -
XYZ 11.97 14.42 18.07 -
YUV 102.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 78 112 114 0.32 0.02 0 0.55 183.33 0.19 0.38
Hex 4E 70 72 20 2 0 37 B7 13 26
Octal 116 160 162 40 2 0 67 267 23 46
Binary 1001110 1110000 1110010 100000 10 0 110111 10110111 10011 100110

Color Harmonies of #4E7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7072

Black with #4E7072

Text Example


Text Example

White with #4E7072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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