#4E7073

Color #4E7073 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #4E7073

Tints of Ming #4E7073

Color information

#4E7073 (or 0x4E7073) is unknown color: approx Ming. HEX triplet: 4E, 70 and 73. RGB value is (78,112,115). Sum of RGB (Red+Green+Blue) = 78+112+115=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E7073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7073 is #B18F8C. Grayscale: #666666. Windows color (decimal): -11636621 or 7565390. OLE color: 7565390.

HSL color Cylindrical-coordinate representation of color #4E7073: hue angle of 184.86º 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 #4E7073 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB78112115-
CMYK0.320.0300.55
HSL184.86º19.17%37.84%-
HSV(B)184.86º32.17%45.1%-
XYZ12.0314.4518.37-
YUV102.18135.24110.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=25.57%
G=36.72%
B=37.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal781121150.320.0300.55184.8619.1737.84
Hex4E7073203037b91326
Octal1161601634030672712346
Binary1001110111000011100111000001101101111011100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E7073;
 }
 .AnyTagClassName
 {
   color: #4E7073;
 }
</style>
background-color css

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

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

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

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

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

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