Html Css Color HEX #49444F Grape

📋 copy color: '#49444F'

red 73 ◦ green 68 ◦ blue 79

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

Shades of Grape #49444F

Tints of Grape #49444F

RGB

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

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

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

R = 33.18%
G = 30.91%
B = 35.91%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49444F (or 0x49444F) is known color: Grape. HEX triplet: 49, 44 and 4F. RGB value is (73,68,79). Sum of RGB (Red+Green+Blue) = 73+68+79=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 79 - color contains mainly: blue. Hex color #49444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49444F is #B6BBB0. Grayscale: #464646. Windows color (decimal): -11975601 or 5194825. OLE color: 5194825.

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

Color convert

RGB 73 68 79 -
CMYK 0.08 0.14 0 0.69
HSL 267.27º 0.07% 0.29% -
HSV(B) 267.27º 0.14% 0.31% -
XYZ 6.23 6.12 8.25 -
YUV 70.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 73 68 79 0.08 0.14 0 0.69 267.27 0.07 0.29
Hex 49 44 4F 8 E 0 45 10B 7 1D
Octal 111 104 117 10 16 0 105 413 7 35
Binary 1001001 1000100 1001111 1000 1110 0 1000101 100001011 111 11101

Color Harmonies of #49444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49444F

Black with #49444F

Text Example


Text Example

White with #49444F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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