#49454F

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

Shades of Grape #49454F

Tints of Grape #49454F

Color information

#49454F (or 0x49454F) is unknown color: approx Grape. HEX triplet: 49, 45 and 4F. RGB value is (73,69,79). Sum of RGB (Red+Green+Blue) = 73+69+79=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 79 - color contains mainly: blue. Hex color #49454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49454F is #B6BAB0. Grayscale: #474747. Windows color (decimal): -11975345 or 5195081. OLE color: 5195081.

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

Color convert

RGB736979-
CMYK0.080.1300.69
HSL264º6.76%29.02%-
HSV(B)264º12.66%30.98%-
XYZ6.296.248.27-
YUV71.34132.33129.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=33.03%
G=31.22%
B=35.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7369790.080.1300.692646.7629.02
Hex49454F8D04510871d
Octal11110511710150105410735
Binary100100110001011001111100011010100010110000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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