Html Css Color HEX #494251 Grape

📋 copy color: '#494251'

red 73 ◦ green 66 ◦ blue 81

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

Shades of Grape #494251

Tints of Grape #494251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30%

 BLUE value IS 81 (32.03% from 255) = 36.82%

R = 33.18%
G = 30%
B = 36.82%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#494251 (or 0x494251) is known color: Grape. HEX triplet: 49, 42 and 51. RGB value is (73,66,81). Sum of RGB (Red+Green+Blue) = 73+66+81=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 81 - color contains mainly: blue. Hex color #494251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494251 is #B6BDAE. Grayscale: #454545. Windows color (decimal): -11976111 or 5325385. OLE color: 5325385.

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

Color convert

RGB 73 66 81 -
CMYK 0.10 0.19 0 0.68
HSL 268º 0.1% 0.29% -
HSV(B) 268º 0.19% 0.32% -
XYZ 6.18 5.91 8.6 -
YUV 69.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 73 66 81 0.10 0.19 0 0.68 268 0.1 0.29
Hex 49 42 51 A 13 0 44 10C A 1D
Octal 111 102 121 12 23 0 104 414 12 35
Binary 1001001 1000010 1010001 1010 10011 0 1000100 100001100 1010 11101

Color Harmonies of #494251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494251

Black with #494251

Text Example


Text Example

White with #494251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494251; }

 p { color: rgb(73,66,81); }

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

background-color css

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

 a { background-color: rgb(73,66,81); }

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

border-color css

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

 span { border-color: rgb(73,66,81); }

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