#434049

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

Shades of Grape #434049

Tints of Grape #434049

Color information

#434049 (or 0x434049) is unknown color: approx Grape. HEX triplet: 43, 40 and 49. RGB value is (67,64,73). Sum of RGB (Red+Green+Blue) = 67+64+73=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 73 - color contains mainly: blue. Hex color #434049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434049 is #BCBFB6. Grayscale: #414141. Windows color (decimal): -12369847 or 4800579. OLE color: 4800579.

HSL color Cylindrical-coordinate representation of color #434049: hue angle of 260º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #434049 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB676473-
CMYK0.080.1200.71
HSL260º6.57%26.86%-
HSV(B)260º12.33%28.63%-
XYZ5.355.347.05-
YUV65.92131.99128.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.84%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=32.84%
G=31.37%
B=35.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6764730.080.1200.712606.5726.86
Hex4340498C04710471b
Octal10310011110140107404733
Binary100001110000001001001100011000100011110000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434049; }

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

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

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

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

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

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

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

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