#49515D

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

Shades of Bright Grey #49515D

Tints of Bright Grey #49515D

Color information

#49515D (or 0x49515D) is unknown color: approx Bright Grey. HEX triplet: 49, 51 and 5D. RGB value is (73,81,93). Sum of RGB (Red+Green+Blue) = 73+81+93=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #49515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49515D is #B6AEA2. Grayscale: #4F4F4F. Windows color (decimal): -11972259 or 6115657. OLE color: 6115657.

HSL color Cylindrical-coordinate representation of color #49515D: hue angle of 216º 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 #49515D is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738193-
CMYK0.220.1300.64
HSL216º12.05%32.55%-
HSV(B)216º21.51%36.47%-
XYZ7.678.0911.51-
YUV79.98135.35123.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=29.55%
G=32.79%
B=37.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7381930.220.1300.6421612.0532.55
Hex49515D16D040d8c21
Octal111121135261501003301441
Binary10010011010001101110110110110101000000110110001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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