#4A4751

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

Shades of Grape #4A4751

Tints of Grape #4A4751

Color information

#4A4751 (or 0x4A4751) is unknown color: approx Grape. HEX triplet: 4A, 47 and 51. RGB value is (74,71,81). Sum of RGB (Red+Green+Blue) = 74+71+81=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 81 - color contains mainly: blue. Hex color #4A4751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4751 is #B5B8AE. Grayscale: #494949. Windows color (decimal): -11909295 or 5326666. OLE color: 5326666.

HSL color Cylindrical-coordinate representation of color #4A4751: hue angle of 258º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4A4751 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB747181-
CMYK0.090.1200.68
HSL258º6.58%29.8%-
HSV(B)258º12.35%31.76%-
XYZ6.566.568.7-
YUV73.04132.49128.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.74%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=32.74%
G=31.42%
B=35.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7471810.090.1200.682586.5829.8
Hex4A47519C04410271e
Octal11210712111140104402736
Binary100101010001111010001100111000100010010000001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,71,81); }

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

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

 a { background-color: rgb(74,71,81); }

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

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

 span { border-color: rgb(74,71,81); }

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