#4C747A

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

Shades of Ming #4C747A

Tints of Ming #4C747A

Color information

#4C747A (or 0x4C747A) is unknown color: approx Ming. HEX triplet: 4C, 74 and 7A. RGB value is (76,116,122). Sum of RGB (Red+Green+Blue) = 76+116+122=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C747A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C747A is #B38B85. Grayscale: #686868. Windows color (decimal): -11766662 or 8025164. OLE color: 8025164.

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

Color convert

RGB76116122-
CMYK0.380.0500.52
HSL187.83º23.23%38.82%-
HSV(B)187.83º37.7%47.84%-
XYZ12.7415.4320.72-
YUV104.72137.75107.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=24.20%
G=36.94%
B=38.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal761161220.380.0500.52187.8323.2338.82
Hex4C747A265034bc1727
Octal1141641724650642742747
Binary10011001110100111101010011010101101001011110010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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