Html Css Color HEX #49474C Grape

📋 copy color: '#49474C'

red 73 ◦ green 71 ◦ blue 76

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

Shades of Grape #49474C

Tints of Grape #49474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 33.18%
G = 32.27%
B = 34.55%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49474C (or 0x49474C) is known color: Grape. HEX triplet: 49, 47 and 4C. RGB value is (73,71,76). Sum of RGB (Red+Green+Blue) = 73+71+76=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 76 - color contains mainly: blue. Hex color #49474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49474C is #B6B8B3. Grayscale: #484848. Windows color (decimal): -11974836 or 4998985. OLE color: 4998985.

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

Color convert

RGB 73 71 76 -
CMYK 0.04 0.07 0 0.70
HSL 264º 0.03% 0.29% -
HSV(B) 264º 0.07% 0.3% -
XYZ 6.31 6.44 7.75 -
YUV 72.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 73 71 76 0.04 0.07 0 0.70 264 0.03 0.29
Hex 49 47 4C 4 7 0 46 108 3 1D
Octal 111 107 114 4 7 0 106 410 3 35
Binary 1001001 1000111 1001100 100 111 0 1000110 100001000 11 11101

Color Harmonies of #49474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49474C

Black with #49474C

Text Example


Text Example

White with #49474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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