#4C7375

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

Shades of Ming #4C7375

Tints of Ming #4C7375

Color information

#4C7375 (or 0x4C7375) is unknown color: approx Ming. HEX triplet: 4C, 73 and 75. RGB value is (76,115,117). Sum of RGB (Red+Green+Blue) = 76+115+117=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C7375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7375 is #B38C8A. Grayscale: #676767. Windows color (decimal): -11766923 or 7697228. OLE color: 7697228.

HSL color Cylindrical-coordinate representation of color #4C7375: hue angle of 182.93º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C7375 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB76115117-
CMYK0.350.0200.54
HSL182.93º21.24%37.84%-
HSV(B)182.93º35.04%45.88%-
XYZ12.3215.0819.09-
YUV103.57135.58108.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.68%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=24.68%
G=37.34%
B=37.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal761151170.350.0200.54182.9321.2437.84
Hex4C7375232036b71526
Octal1141631654320662672546
Binary1001100111001111101011000111001101101011011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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