Html Css Color HEX #49464E Grape

📋 copy color: '#49464E'

red 73 ◦ green 70 ◦ blue 78

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

Shades of Grape #49464E

Tints of Grape #49464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.29%

R = 33.03%
G = 31.67%
B = 35.29%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49464E (or 0x49464E) is known color: Grape. HEX triplet: 49, 46 and 4E. RGB value is (73,70,78). Sum of RGB (Red+Green+Blue) = 73+70+78=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 78 - color contains mainly: blue. Hex color #49464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49464E is #B6B9B1. Grayscale: #474747. Windows color (decimal): -11975090 or 5129801. OLE color: 5129801.

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

Color convert

RGB 73 70 78 -
CMYK 0.06 0.10 0 0.69
HSL 262.5º 0.05% 0.29% -
HSV(B) 262.5º 0.1% 0.31% -
XYZ 6.31 6.35 8.1 -
YUV 71.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 73 70 78 0.06 0.10 0 0.69 262.5 0.05 0.29
Hex 49 46 4E 6 A 0 45 106 5 1D
Octal 111 106 116 6 12 0 105 406 5 35
Binary 1001001 1000110 1001110 110 1010 0 1000101 100000110 101 11101

Color Harmonies of #49464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49464E

Black with #49464E

Text Example


Text Example

White with #49464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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