#49434F

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

Shades of Grape #49434F

Tints of Grape #49434F

Color information

#49434F (or 0x49434F) is unknown color: approx Grape. HEX triplet: 49, 43 and 4F. RGB value is (73,67,79). Sum of RGB (Red+Green+Blue) = 73+67+79=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 79 - color contains mainly: blue. Hex color #49434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49434F is #B6BCB0. Grayscale: #464646. Windows color (decimal): -11975857 or 5194569. OLE color: 5194569.

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

Color convert

RGB736779-
CMYK0.080.1500.69
HSL270º8.22%28.63%-
HSV(B)270º15.19%30.98%-
XYZ6.1768.23-
YUV70.16132.99130.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=33.33%
G=30.59%
B=36.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7367790.080.1500.692708.2228.63
Hex49434F8F04510e81d
Octal111103117101701054161035
Binary1001001100001110011111000111101000101100001110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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