#4A484E

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

Shades of Grape #4A484E

Tints of Grape #4A484E

Color information

#4A484E (or 0x4A484E) is unknown color: approx Grape. HEX triplet: 4A, 48 and 4E. RGB value is (74,72,78). Sum of RGB (Red+Green+Blue) = 74+72+78=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A484E is #B5B7B1. Grayscale: #494949. Windows color (decimal): -11909042 or 5130314. OLE color: 5130314.

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

Color convert

RGB747278-
CMYK0.050.0800.69
HSL260º4%29.41%-
HSV(B)260º7.69%30.59%-
XYZ6.526.648.15-
YUV73.28130.66128.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=33.04%
G=32.14%
B=34.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7472780.050.0800.69260429.41
Hex4A484E5804510441d
Octal1121101165100105404435
Binary10010101001000100111010110000100010110000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,72,78); }

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

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

 a { background-color: rgb(74,72,78); }

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

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

 span { border-color: rgb(74,72,78); }

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