#4C505D

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

Shades of Bright Grey #4C505D

Tints of Bright Grey #4C505D

Color information

#4C505D (or 0x4C505D) is unknown color: approx Bright Grey. HEX triplet: 4C, 50 and 5D. RGB value is (76,80,93). Sum of RGB (Red+Green+Blue) = 76+80+93=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C505D is #B3AFA2. Grayscale: #505050. Windows color (decimal): -11775907 or 6115404. OLE color: 6115404.

HSL color Cylindrical-coordinate representation of color #4C505D: hue angle of 225.88º 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 #4C505D is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB768093-
CMYK0.180.1400.64
HSL225.88º10.06%33.14%-
HSV(B)225.88º18.28%36.47%-
XYZ7.828.0611.5-
YUV80.29135.17124.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.52%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=30.52%
G=32.13%
B=37.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7680930.180.1400.64225.8810.0633.14
Hex4C505D12E040e2a21
Octal114120135221601003421241
Binary10011001010000101110110010111001000000111000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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