Html Css Color HEX #464349 Grape

📋 copy color: '#464349'

red 70 ◦ green 67 ◦ blue 73

#464349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grape #464349

Tints of Grape #464349

RGB

 RED value IS 70 (27.73% from 255) = 33.33%

 GREEN value IS 67 (26.56% from 255) = 31.9%

 BLUE value IS 73 (28.91% from 255) = 34.76%

R = 33.33%
G = 31.9%
B = 34.76%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#464349 (or 0x464349) is known color: 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

RGB 70 67 73 -
CMYK 0.04 0.08 0 0.71
HSL 270º 0.04% 0.27% -
HSV(B) 270º 0.08% 0.29% -
XYZ 5.74 5.8 7.12 -
YUV 68.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 70 67 73 0.04 0.08 0 0.71 270 0.04 0.27
Hex 46 43 49 4 8 0 47 10E 4 1B
Octal 106 103 111 4 10 0 107 416 4 33
Binary 1000110 1000011 1001001 100 1000 0 1000111 100001110 100 11011

Color Harmonies of #464349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464349

Black with #464349

Text Example


Text Example

White with #464349

Text Example


Text Example

HTML Codes & Css Web 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>