#49525E

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

Shades of Bright Grey #49525E

Tints of Bright Grey #49525E

Color information

#49525E (or 0x49525E) is unknown color: approx Bright Grey. HEX triplet: 49, 52 and 5E. RGB value is (73,82,94). Sum of RGB (Red+Green+Blue) = 73+82+94=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #49525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49525E is #B6ADA1. Grayscale: #505050. Windows color (decimal): -11972002 or 6181449. OLE color: 6181449.

HSL color Cylindrical-coordinate representation of color #49525E: hue angle of 214.29º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49525E is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB738294-
CMYK0.220.1300.63
HSL214.29º12.57%32.75%-
HSV(B)214.29º22.34%36.86%-
XYZ7.798.2611.77-
YUV80.68135.52122.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=29.32%
G=32.93%
B=37.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7382940.220.1300.63214.2912.5732.75
Hex49525E16D03Fd6d21
Octal11112213626150773261541
Binary1001001101001010111101011011010111111110101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49525E; }

 p { color: rgb(73,82,94); }

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

<style>
 a { background-color: #49525E; }

 a { background-color: rgb(73,82,94); }

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

<style>
 span { border-color: #49525E; }

 span { border-color: rgb(73,82,94); }

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