Html Css Color HEX #494154 Grape

📋 copy color: '#494154'

red 73 ◦ green 65 ◦ blue 84

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

Shades of Grape #494154

Tints of Grape #494154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.28%

 BLUE value IS 84 (33.2% from 255) = 37.84%

R = 32.88%
G = 29.28%
B = 37.84%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494154 (or 0x494154) is known color: Grape. HEX triplet: 49, 41 and 54. RGB value is (73,65,84). Sum of RGB (Red+Green+Blue) = 73+65+84=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #494154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494154 is #B6BEAB. Grayscale: #454545. Windows color (decimal): -11976364 or 5521737. OLE color: 5521737.

HSL color Cylindrical-coordinate representation of color #494154: hue angle of 265.26º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #494154 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 65 84 -
CMYK 0.13 0.23 0 0.67
HSL 265.26º 0.13% 0.29% -
HSV(B) 265.26º 0.23% 0.33% -
XYZ 6.24 5.84 9.19 -
YUV 69.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 73 65 84 0.13 0.23 0 0.67 265.26 0.13 0.29
Hex 49 41 54 D 17 0 43 109 D 1D
Octal 111 101 124 15 27 0 103 411 15 35
Binary 1001001 1000001 1010100 1101 10111 0 1000011 100001001 1101 11101

Color Harmonies of #494154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494154

Black with #494154

Text Example


Text Example

White with #494154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494154; }

 p { color: rgb(73,65,84); }

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

background-color css

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

 a { background-color: rgb(73,65,84); }

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

border-color css

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

 span { border-color: rgb(73,65,84); }

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