#4A494D

Color #4A494D Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #4A494D

Tints of Grape #4A494D

Color information

#4A494D (or 0x4A494D) is unknown color: approx Grape. HEX triplet: 4A, 49 and 4D. RGB value is (74,73,77). Sum of RGB (Red+Green+Blue) = 74+73+77=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A494D is #B5B6B2. Grayscale: #494949. Windows color (decimal): -11908787 or 5065034. OLE color: 5065034.

HSL color Cylindrical-coordinate representation of color #4A494D: hue angle of 255º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4A494D is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB747377-
CMYK0.040.0500.70
HSL255º2.67%29.41%-
HSV(B)255º5.19%30.2%-
XYZ6.556.767.98-
YUV73.76129.83128.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=33.04%
G=32.59%
B=34.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7473770.040.0500.702552.6729.41
Hex4A494D45046ff31d
Octal112111115450106377335
Binary10010101001001100110110010101000110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A494D; }

 p { color: rgb(74,73,77); }

 H1.HeaderClassName
 {
   color: #4A494D;
 }
 .AnyTagClassName
 {
   color: #4A494D;
 }
</style>
background-color css

<style>
 a { background-color: #4A494D; }

 a { background-color: rgb(74,73,77); }

 div.DivClassName
 {
   background-color: #4A494D;
 }
 .BgClassName
 {
   background-color: #4A494D;
 }
</style>
border-color css

<style>
 span { border-color: #4A494D; }

 span { border-color: rgb(74,73,77); }

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