#4C7478

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

Shades of Ming #4C7478

Tints of Ming #4C7478

Color information

#4C7478 (or 0x4C7478) is unknown color: approx Ming. HEX triplet: 4C, 74 and 78. RGB value is (76,116,120). Sum of RGB (Red+Green+Blue) = 76+116+120=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C7478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7478 is #B38B87. Grayscale: #686868. Windows color (decimal): -11766664 or 7894092. OLE color: 7894092.

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

Color convert

RGB76116120-
CMYK0.370.0300.53
HSL185.45º22.45%38.43%-
HSV(B)185.45º36.67%47.06%-
XYZ12.6215.3820.07-
YUV104.5136.75107.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.36%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=24.36%
G=37.18%
B=38.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal761161200.370.0300.53185.4522.4538.43
Hex4C7478253035b91626
Octal1141641704530652712646
Binary1001100111010011110001001011101101011011100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,116,120); }

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

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

 a { background-color: rgb(76,116,120); }

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

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

 span { border-color: rgb(76,116,120); }

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