#49525F

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

Shades of Bright Grey #49525F

Tints of Bright Grey #49525F

Color information

#49525F (or 0x49525F) is unknown color: approx Bright Grey. HEX triplet: 49, 52 and 5F. RGB value is (73,82,95). Sum of RGB (Red+Green+Blue) = 73+82+95=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #49525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49525F is #B6ADA0. Grayscale: #505050. Windows color (decimal): -11972001 or 6246985. OLE color: 6246985.

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

Color convert

RGB738295-
CMYK0.230.1400.63
HSL215.45º13.1%32.94%-
HSV(B)215.45º23.16%37.25%-
XYZ7.838.2812.01-
YUV80.79136.02122.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 95 (37.5% from 255) = 38%
R=29.2%
G=32.8%
B=38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7382950.230.1400.63215.4513.132.94
Hex49525F17E03Fd7d21
Octal11112213727160773271541
Binary1001001101001010111111011111100111111110101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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