#4C767A

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

Shades of Ming #4C767A

Tints of Ming #4C767A

Color information

#4C767A (or 0x4C767A) is unknown color: approx Ming. HEX triplet: 4C, 76 and 7A. RGB value is (76,118,122). Sum of RGB (Red+Green+Blue) = 76+118+122=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C767A is #B38985. Grayscale: #696969. Windows color (decimal): -11766150 or 8025676. OLE color: 8025676.

HSL color Cylindrical-coordinate representation of color #4C767A: hue angle of 185.22º 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 #4C767A is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB76118122-
CMYK0.380.0300.52
HSL185.22º23.23%38.82%-
HSV(B)185.22º37.7%47.84%-
XYZ12.9715.920.8-
YUV105.9137.09106.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.05%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=24.05%
G=37.34%
B=38.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal761181220.380.0300.52185.2223.2338.82
Hex4C767A263034b91727
Octal1141661724630642712747
Binary1001100111011011110101001101101101001011100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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