Html Css Color HEX #49505E Bright Grey

📋 copy color: '#49505E'

red 73 ◦ green 80 ◦ blue 94

#49505E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Grey #49505E

Tints of Bright Grey #49505E

RGB

 RED value IS 73 (28.91% from 255) = 29.55%

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 94 (37.11% from 255) = 38.06%

R = 29.55%
G = 32.39%
B = 38.06%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49505E (or 0x49505E) is known color: Bright Grey. HEX triplet: 49, 50 and 5E. RGB value is (73,80,94). Sum of RGB (Red+Green+Blue) = 73+80+94=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 94 - color contains mainly: blue. Hex color #49505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49505E is #B6AFA1. Grayscale: #4F4F4F. Windows color (decimal): -11972514 or 6180937. OLE color: 6180937.

HSL color Cylindrical-coordinate representation of color #49505E: hue angle of 220º 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 #49505E is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 80 94 -
CMYK 0.22 0.15 0 0.63
HSL 220º 0.13% 0.33% -
HSV(B) 220º 0.22% 0.37% -
XYZ 7.64 7.96 11.72 -
YUV 79.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 73 80 94 0.22 0.15 0 0.63 220 0.13 0.33
Hex 49 50 5E 16 F 0 3F DC D 21
Octal 111 120 136 26 17 0 77 334 15 41
Binary 1001001 1010000 1011110 10110 1111 0 111111 11011100 1101 100001

Color Harmonies of #49505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49505E

Black with #49505E

Text Example


Text Example

White with #49505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49505E;
 }
 .AnyTagClassName
 {
   color: #49505E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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