#4C7379

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

Shades of Ming #4C7379

Tints of Ming #4C7379

Color information

#4C7379 (or 0x4C7379) is unknown color: approx Ming. HEX triplet: 4C, 73 and 79. RGB value is (76,115,121). Sum of RGB (Red+Green+Blue) = 76+115+121=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C7379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7379 is #B38C86. Grayscale: #676767. Windows color (decimal): -11766919 or 7959372. OLE color: 7959372.

HSL color Cylindrical-coordinate representation of color #4C7379: hue angle of 188º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C7379 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB76115121-
CMYK0.370.0500.53
HSL188º22.84%38.63%-
HSV(B)188º37.19%47.45%-
XYZ12.5615.1820.36-
YUV104.02137.58108.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.36%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=24.36%
G=36.86%
B=38.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal761151210.370.0500.5318822.8438.63
Hex4C7379255035bc1727
Octal1141631714550652742747
Binary10011001110011111100110010110101101011011110010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,115,121); }

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

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

 a { background-color: rgb(76,115,121); }

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

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

 span { border-color: rgb(76,115,121); }

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