Html Css Color HEX #49515D Bright Grey

📋 copy color: '#49515D'

red 73 ◦ green 81 ◦ blue 93

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

Shades of Bright Grey #49515D

Tints of Bright Grey #49515D

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 value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49515D (or 0x49515D) is known color: 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

RGB 73 81 93 -
CMYK 0.22 0.13 0 0.64
HSL 216º 0.12% 0.33% -
HSV(B) 216º 0.22% 0.36% -
XYZ 7.67 8.09 11.51 -
YUV 79.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 73 81 93 0.22 0.13 0 0.64 216 0.12 0.33
Hex 49 51 5D 16 D 0 40 D8 C 21
Octal 111 121 135 26 15 0 100 330 14 41
Binary 1001001 1010001 1011101 10110 1101 0 1000000 11011000 1100 100001

Color Harmonies of #49515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49515D

Black with #49515D

Text Example


Text Example

White with #49515D

Text Example


Text Example

HTML Codes & Css Web 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>