#4C7071

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

Shades of Ming #4C7071

Tints of Ming #4C7071

Color information

#4C7071 (or 0x4C7071) is unknown color: approx Ming. HEX triplet: 4C, 70 and 71. RGB value is (76,112,113). Sum of RGB (Red+Green+Blue) = 76+112+113=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C7071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7071 is #B38F8E. Grayscale: #656565. Windows color (decimal): -11767695 or 7434316. OLE color: 7434316.

HSL color Cylindrical-coordinate representation of color #4C7071: hue angle of 181.62º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C7071 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB76112113-
CMYK0.330.0100.56
HSL181.62º19.58%37.06%-
HSV(B)181.62º32.74%44.31%-
XYZ11.7614.3217.77-
YUV101.35134.57109.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.25%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=25.25%
G=37.21%
B=37.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal761121130.330.0100.56181.6219.5837.06
Hex4C7071211038b61425
Octal1141601614110702662445
Binary100110011100001110001100001101110001011011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,112,113); }

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

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

 a { background-color: rgb(76,112,113); }

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

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

 span { border-color: rgb(76,112,113); }

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