Html Css Color HEX #49444E Grape

📋 copy color: '#49444E'

red 73 ◦ green 68 ◦ blue 78

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

Shades of Grape #49444E

Tints of Grape #49444E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.05%

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

R = 33.33%
G = 31.05%
B = 35.62%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49444E (or 0x49444E) is known color: Grape. HEX triplet: 49, 44 and 4E. RGB value is (73,68,78). Sum of RGB (Red+Green+Blue) = 73+68+78=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 78 - color contains mainly: blue. Hex color #49444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49444E is #B6BBB1. Grayscale: #464646. Windows color (decimal): -11975602 or 5129289. OLE color: 5129289.

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

Color convert

RGB 73 68 78 -
CMYK 0.06 0.13 0 0.69
HSL 270º 0.07% 0.29% -
HSV(B) 270º 0.13% 0.31% -
XYZ 6.19 6.1 8.06 -
YUV 70.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 73 68 78 0.06 0.13 0 0.69 270 0.07 0.29
Hex 49 44 4E 6 D 0 45 10E 7 1D
Octal 111 104 116 6 15 0 105 416 7 35
Binary 1001001 1000100 1001110 110 1101 0 1000101 100001110 111 11101

Color Harmonies of #49444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49444E

Black with #49444E

Text Example


Text Example

White with #49444E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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