Html Css Color HEX #494250 Grape

📋 copy color: '#494250'

red 73 ◦ green 66 ◦ blue 80

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

Shades of Grape #494250

Tints of Grape #494250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 33.33%
G = 30.14%
B = 36.53%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#494250 (or 0x494250) is known color: Grape. HEX triplet: 49, 42 and 50. RGB value is (73,66,80). Sum of RGB (Red+Green+Blue) = 73+66+80=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #494250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494250 is #B6BDAF. Grayscale: #454545. Windows color (decimal): -11976112 or 5259849. OLE color: 5259849.

HSL color Cylindrical-coordinate representation of color #494250: hue angle of 270º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #494250 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 66 80 -
CMYK 0.09 0.17 0 0.69
HSL 270º 0.1% 0.29% -
HSV(B) 270º 0.18% 0.31% -
XYZ 6.14 5.89 8.4 -
YUV 69.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 73 66 80 0.09 0.17 0 0.69 270 0.1 0.29
Hex 49 42 50 9 11 0 45 10E A 1D
Octal 111 102 120 11 21 0 105 416 12 35
Binary 1001001 1000010 1010000 1001 10001 0 1000101 100001110 1010 11101

Color Harmonies of #494250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494250

Black with #494250

Text Example


Text Example

White with #494250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494250; }

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

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

background-color css

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

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

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

border-color css

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

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

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