Html Css Color HEX #49474D Grape

📋 copy color: '#49474D'

red 73 ◦ green 71 ◦ blue 77

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

Shades of Grape #49474D

Tints of Grape #49474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

 BLUE value IS 77 (30.47% from 255) = 34.84%

R = 33.03%
G = 32.13%
B = 34.84%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49474D (or 0x49474D) is known color: Grape. HEX triplet: 49, 47 and 4D. RGB value is (73,71,77). Sum of RGB (Red+Green+Blue) = 73+71+77=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 77 - color contains mainly: blue. Hex color #49474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49474D is #B6B8B2. Grayscale: #484848. Windows color (decimal): -11974835 or 5064521. OLE color: 5064521.

HSL color Cylindrical-coordinate representation of color #49474D: hue angle of 260º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #49474D is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 71 77 -
CMYK 0.05 0.08 0 0.70
HSL 260º 0.04% 0.29% -
HSV(B) 260º 0.08% 0.3% -
XYZ 6.34 6.46 7.93 -
YUV 72.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 73 71 77 0.05 0.08 0 0.70 260 0.04 0.29
Hex 49 47 4D 5 8 0 46 104 4 1D
Octal 111 107 115 5 10 0 106 404 4 35
Binary 1001001 1000111 1001101 101 1000 0 1000110 100000100 100 11101

Color Harmonies of #49474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49474D

Black with #49474D

Text Example


Text Example

White with #49474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49474D; }

 p { color: rgb(73,71,77); }

 H1.HeaderClassName
 {
   color: #49474D;
 }
 .AnyTagClassName
 {
   color: #49474D;
 }
</style>

background-color css

<style>
 a { background-color: #49474D; }

 a { background-color: rgb(73,71,77); }

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

border-color css

<style>
 span { border-color: #49474D; }

 span { border-color: rgb(73,71,77); }

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