#49505D

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

Shades of Bright Grey #49505D

Tints of Bright Grey #49505D

Color information

#49505D (or 0x49505D) is unknown color: approx Bright Grey. HEX triplet: 49, 50 and 5D. RGB value is (73,80,93). Sum of RGB (Red+Green+Blue) = 73+80+93=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #49505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49505D is #B6AFA2. Grayscale: #4F4F4F. Windows color (decimal): -11972515 or 6115401. OLE color: 6115401.

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

Color convert

RGB738093-
CMYK0.220.1400.64
HSL219º12.05%32.55%-
HSV(B)219º21.51%36.47%-
XYZ7.597.9411.49-
YUV79.39135.68123.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=29.67%
G=32.52%
B=37.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7380930.220.1400.6421912.0532.55
Hex49505D16E040dbc21
Octal111120135261601003331441
Binary10010011010000101110110110111001000000110110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49505D; }

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

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

<style>
 a { background-color: #49505D; }

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

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

<style>
 span { border-color: #49505D; }

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

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