Html Css Color HEX #494352 Grape

📋 copy color: '#494352'

red 73 ◦ green 67 ◦ blue 82

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

Shades of Grape #494352

Tints of Grape #494352

RGB

 RED value IS 73 (28.91% from 255) = 32.88%

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

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 32.88%
G = 30.18%
B = 36.94%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#494352 (or 0x494352) is known color: Grape. HEX triplet: 49, 43 and 52. RGB value is (73,67,82). Sum of RGB (Red+Green+Blue) = 73+67+82=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #494352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494352 is #B6BCAD. Grayscale: #464646. Windows color (decimal): -11975854 or 5391177. OLE color: 5391177.

HSL color Cylindrical-coordinate representation of color #494352: hue angle of 264º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #494352 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 67 82 -
CMYK 0.11 0.18 0 0.68
HSL 264º 0.1% 0.29% -
HSV(B) 264º 0.18% 0.32% -
XYZ 6.28 6.04 8.82 -
YUV 70.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 73 67 82 0.11 0.18 0 0.68 264 0.1 0.29
Hex 49 43 52 B 12 0 44 108 A 1D
Octal 111 103 122 13 22 0 104 410 12 35
Binary 1001001 1000011 1010010 1011 10010 0 1000100 100001000 1010 11101

Color Harmonies of #494352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494352

Black with #494352

Text Example


Text Example

White with #494352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494352; }

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

 H1.HeaderClassName
 {
   color: #494352;
 }
 .AnyTagClassName
 {
   color: #494352;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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