#4D525C

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

Shades of Bright Grey #4D525C

Tints of Bright Grey #4D525C

Color information

#4D525C (or 0x4D525C) is unknown color: approx Bright Grey. HEX triplet: 4D, 52 and 5C. RGB value is (77,82,92). Sum of RGB (Red+Green+Blue) = 77+82+92=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D525C is #B2ADA3. Grayscale: #515151. Windows color (decimal): -11709860 or 6050381. OLE color: 6050381.

HSL color Cylindrical-coordinate representation of color #4D525C: hue angle of 220º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D525C is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB778292-
CMYK0.160.1100.64
HSL220º8.88%33.14%-
HSV(B)220º16.3%36.08%-
XYZ8.018.3911.32-
YUV81.64133.84124.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.68%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=30.68%
G=32.67%
B=36.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7782920.160.1100.642208.8833.14
Hex4D525C10B040dc921
Octal115122134201301003341141
Binary10011011010010101110010000101101000000110111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,82,92); }

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

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

 a { background-color: rgb(77,82,92); }

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

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

 span { border-color: rgb(77,82,92); }

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