Html Css Color HEX #49464F Grape

📋 copy color: '#49464F'

red 73 ◦ green 70 ◦ blue 79

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

Shades of Grape #49464F

Tints of Grape #49464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

 BLUE value IS 79 (31.25% from 255) = 35.59%

R = 32.88%
G = 31.53%
B = 35.59%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49464F (or 0x49464F) is known color: Grape. HEX triplet: 49, 46 and 4F. RGB value is (73,70,79). Sum of RGB (Red+Green+Blue) = 73+70+79=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 79 - color contains mainly: blue. Hex color #49464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49464F is #B6B9B0. Grayscale: #474747. Windows color (decimal): -11975089 or 5195337. OLE color: 5195337.

HSL color Cylindrical-coordinate representation of color #49464F: hue angle of 260º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #49464F is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 70 79 -
CMYK 0.08 0.11 0 0.69
HSL 260º 0.06% 0.29% -
HSV(B) 260º 0.11% 0.31% -
XYZ 6.35 6.36 8.29 -
YUV 71.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 73 70 79 0.08 0.11 0 0.69 260 0.06 0.29
Hex 49 46 4F 8 B 0 45 104 6 1D
Octal 111 106 117 10 13 0 105 404 6 35
Binary 1001001 1000110 1001111 1000 1011 0 1000101 100000100 110 11101

Color Harmonies of #49464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49464F

Black with #49464F

Text Example


Text Example

White with #49464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49464F; }

 p { color: rgb(73,70,79); }

 H1.HeaderClassName
 {
   color: #49464F;
 }
 .AnyTagClassName
 {
   color: #49464F;
 }
</style>

background-color css

<style>
 a { background-color: #49464F; }

 a { background-color: rgb(73,70,79); }

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

border-color css

<style>
 span { border-color: #49464F; }

 span { border-color: rgb(73,70,79); }

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