Html Css Color HEX #49474F Grape

📋 copy color: '#49474F'

red 73 ◦ green 71 ◦ blue 79

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

Shades of Grape #49474F

Tints of Grape #49474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

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

R = 32.74%
G = 31.84%
B = 35.43%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49474F (or 0x49474F) is known color: Grape. HEX triplet: 49, 47 and 4F. RGB value is (73,71,79). Sum of RGB (Red+Green+Blue) = 73+71+79=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 79 - color contains mainly: blue. Hex color #49474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49474F is #B6B8B0. Grayscale: #484848. Windows color (decimal): -11974833 or 5195593. OLE color: 5195593.

HSL color Cylindrical-coordinate representation of color #49474F: hue angle of 255º 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 #49474F is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 71 79 -
CMYK 0.08 0.10 0 0.69
HSL 255º 0.05% 0.29% -
HSV(B) 255º 0.1% 0.31% -
XYZ 6.41 6.49 8.31 -
YUV 72.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 73 71 79 0.08 0.10 0 0.69 255 0.05 0.29
Hex 49 47 4F 8 A 0 45 FF 5 1D
Octal 111 107 117 10 12 0 105 377 5 35
Binary 1001001 1000111 1001111 1000 1010 0 1000101 11111111 101 11101

Color Harmonies of #49474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49474F

Black with #49474F

Text Example


Text Example

White with #49474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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