Html Css Color HEX #49484A Grape

📋 copy color: '#49484A'

red 73 ◦ green 72 ◦ blue 74

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

Shades of Grape #49484A

Tints of Grape #49484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 33.33%
G = 32.88%
B = 33.79%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49484A (or 0x49484A) is known color: Grape. HEX triplet: 49, 48 and 4A. RGB value is (73,72,74). Sum of RGB (Red+Green+Blue) = 73+72+74=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 74 - color contains mainly: blue. Hex color #49484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49484A is #B6B7B5. Grayscale: #484848. Windows color (decimal): -11974582 or 4868169. OLE color: 4868169.

HSL color Cylindrical-coordinate representation of color #49484A: hue angle of 270º degrees, saturation: 0.01, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #49484A is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 74 -
CMYK 0.01 0.03 0 0.71
HSL 270º 0.01% 0.29% -
HSV(B) 270º 0.03% 0.29% -
XYZ 6.3 6.55 7.41 -
YUV 72.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 73 72 74 0.01 0.03 0 0.71 270 0.01 0.29
Hex 49 48 4A 1 3 0 47 10E 1 1D
Octal 111 110 112 1 3 0 107 416 1 35
Binary 1001001 1001000 1001010 1 11 0 1000111 100001110 1 11101

Color Harmonies of #49484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49484A

Black with #49484A

Text Example


Text Example

White with #49484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49484A; }

 p { color: rgb(73,72,74); }

 H1.HeaderClassName
 {
   color: #49484A;
 }
 .AnyTagClassName
 {
   color: #49484A;
 }
</style>

background-color css

<style>
 a { background-color: #49484A; }

 a { background-color: rgb(73,72,74); }

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

border-color css

<style>
 span { border-color: #49484A; }

 span { border-color: rgb(73,72,74); }

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