#4C525D

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

Shades of Bright Grey #4C525D

Tints of Bright Grey #4C525D

Color information

#4C525D (or 0x4C525D) is unknown color: approx Bright Grey. HEX triplet: 4C, 52 and 5D. RGB value is (76,82,93). Sum of RGB (Red+Green+Blue) = 76+82+93=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C525D is #B3ADA2. Grayscale: #515151. Windows color (decimal): -11775395 or 6115916. OLE color: 6115916.

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

Color convert

RGB768293-
CMYK0.180.1200.64
HSL218.82º10.06%33.14%-
HSV(B)218.82º18.28%36.47%-
XYZ7.978.3611.55-
YUV81.46134.51124.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.28%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=30.28%
G=32.67%
B=37.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7682930.180.1200.64218.8210.0633.14
Hex4C525D12C040dba21
Octal114122135221401003331241
Binary10011001010010101110110010110001000000110110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,82,93); }

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

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

 a { background-color: rgb(76,82,93); }

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

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

 span { border-color: rgb(76,82,93); }

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