Html Css Color HEX #49515E Bright Grey

📋 copy color: '#49515E'

red 73 ◦ green 81 ◦ blue 94

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

Shades of Bright Grey #49515E

Tints of Bright Grey #49515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

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

R = 29.44%
G = 32.66%
B = 37.9%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49515E (or 0x49515E) is known color: Bright Grey. HEX triplet: 49, 51 and 5E. RGB value is (73,81,94). Sum of RGB (Red+Green+Blue) = 73+81+94=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #49515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49515E is #B6AEA1. Grayscale: #505050. Windows color (decimal): -11972258 or 6181193. OLE color: 6181193.

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

Color convert

RGB 73 81 94 -
CMYK 0.22 0.14 0 0.63
HSL 217.14º 0.13% 0.33% -
HSV(B) 217.14º 0.22% 0.37% -
XYZ 7.71 8.11 11.75 -
YUV 80.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 73 81 94 0.22 0.14 0 0.63 217.14 0.13 0.33
Hex 49 51 5E 16 E 0 3F D9 D 21
Octal 111 121 136 26 16 0 77 331 15 41
Binary 1001001 1010001 1011110 10110 1110 0 111111 11011001 1101 100001

Color Harmonies of #49515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49515E

Black with #49515E

Text Example


Text Example

White with #49515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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