Html Css Color HEX #49484C Grape

📋 copy color: '#49484C'

red 73 ◦ green 72 ◦ blue 76

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

Shades of Grape #49484C

Tints of Grape #49484C

RGB

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

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

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

R = 33.03%
G = 32.58%
B = 34.39%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49484C (or 0x49484C) is known color: Grape. HEX triplet: 49, 48 and 4C. RGB value is (73,72,76). Sum of RGB (Red+Green+Blue) = 73+72+76=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 76 - color contains mainly: blue. Hex color #49484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49484C is #B6B7B3. Grayscale: #484848. Windows color (decimal): -11974580 or 4999241. OLE color: 4999241.

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

Color convert

RGB 73 72 76 -
CMYK 0.04 0.05 0 0.70
HSL 255º 0.03% 0.29% -
HSV(B) 255º 0.05% 0.3% -
XYZ 6.37 6.57 7.77 -
YUV 72.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 73 72 76 0.04 0.05 0 0.70 255 0.03 0.29
Hex 49 48 4C 4 5 0 46 FF 3 1D
Octal 111 110 114 4 5 0 106 377 3 35
Binary 1001001 1001000 1001100 100 101 0 1000110 11111111 11 11101

Color Harmonies of #49484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49484C

Black with #49484C

Text Example


Text Example

White with #49484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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