Html Css Color HEX #49484B Grape

📋 copy color: '#49484B'

red 73 ◦ green 72 ◦ blue 75

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

Shades of Grape #49484B

Tints of Grape #49484B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 33.18%
G = 32.73%
B = 34.09%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49484B (or 0x49484B) is known color: Grape. HEX triplet: 49, 48 and 4B. RGB value is (73,72,75). Sum of RGB (Red+Green+Blue) = 73+72+75=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 75 - color contains mainly: blue. Hex color #49484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49484B is #B6B7B4. Grayscale: #484848. Windows color (decimal): -11974581 or 4933705. OLE color: 4933705.

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

Color convert

RGB 73 72 75 -
CMYK 0.03 0.04 0 0.71
HSL 260º 0.02% 0.29% -
HSV(B) 260º 0.04% 0.29% -
XYZ 6.34 6.56 7.59 -
YUV 72.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 73 72 75 0.03 0.04 0 0.71 260 0.02 0.29
Hex 49 48 4B 3 4 0 47 104 2 1D
Octal 111 110 113 3 4 0 107 404 2 35
Binary 1001001 1001000 1001011 11 100 0 1000111 100000100 10 11101

Color Harmonies of #49484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49484B

Black with #49484B

Text Example


Text Example

White with #49484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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