#464349

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

Shades of Grape #464349

Tints of Grape #464349

Color information

#464349 (or 0x464349) is unknown color: approx Grape. HEX triplet: 46, 43 and 49. RGB value is (70,67,73). Sum of RGB (Red+Green+Blue) = 70+67+73=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 73 - color contains mainly: blue. Hex color #464349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464349 is #B9BCB6. Grayscale: #444444. Windows color (decimal): -12172471 or 4801350. OLE color: 4801350.

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

Color convert

RGB706773-
CMYK0.040.0800.71
HSL270º4.29%27.45%-
HSV(B)270º8.22%28.63%-
XYZ5.745.87.12-
YUV68.58130.49129.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=33.33%
G=31.90%
B=34.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7067730.040.0800.712704.2927.45
Hex4643494804710e41b
Octal1061031114100107416433
Binary10001101000011100100110010000100011110000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464349; }

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

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

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

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

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

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

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

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