Html Css Color HEX #49454E Grape

📋 copy color: '#49454E'

red 73 ◦ green 69 ◦ blue 78

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

Shades of Grape #49454E

Tints of Grape #49454E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

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

R = 33.18%
G = 31.36%
B = 35.45%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49454E (or 0x49454E) is known color: Grape. HEX triplet: 49, 45 and 4E. RGB value is (73,69,78). Sum of RGB (Red+Green+Blue) = 73+69+78=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 78 - color contains mainly: blue. Hex color #49454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49454E is #B6BAB1. Grayscale: #474747. Windows color (decimal): -11975346 or 5129545. OLE color: 5129545.

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

Color convert

RGB 73 69 78 -
CMYK 0.06 0.12 0 0.69
HSL 266.67º 0.06% 0.29% -
HSV(B) 266.67º 0.12% 0.31% -
XYZ 6.25 6.22 8.08 -
YUV 71.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 73 69 78 0.06 0.12 0 0.69 266.67 0.06 0.29
Hex 49 45 4E 6 C 0 45 10B 6 1D
Octal 111 105 116 6 14 0 105 413 6 35
Binary 1001001 1000101 1001110 110 1100 0 1000101 100001011 110 11101

Color Harmonies of #49454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49454E

Black with #49454E

Text Example


Text Example

White with #49454E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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