Html Css Color HEX #494254 Grape

📋 copy color: '#494254'

red 73 ◦ green 66 ◦ blue 84

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

Shades of Grape #494254

Tints of Grape #494254

RGB

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

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

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

R = 32.74%
G = 29.6%
B = 37.67%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494254 (or 0x494254) is known color: Grape. HEX triplet: 49, 42 and 54. RGB value is (73,66,84). Sum of RGB (Red+Green+Blue) = 73+66+84=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #494254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494254 is #B6BDAB. Grayscale: #464646. Windows color (decimal): -11976108 or 5521993. OLE color: 5521993.

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

Color convert

RGB 73 66 84 -
CMYK 0.13 0.21 0 0.67
HSL 263.33º 0.12% 0.29% -
HSV(B) 263.33º 0.21% 0.33% -
XYZ 6.3 5.95 9.2 -
YUV 70.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 73 66 84 0.13 0.21 0 0.67 263.33 0.12 0.29
Hex 49 42 54 D 15 0 43 107 C 1D
Octal 111 102 124 15 25 0 103 407 14 35
Binary 1001001 1000010 1010100 1101 10101 0 1000011 100000111 1100 11101

Color Harmonies of #494254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494254

Black with #494254

Text Example


Text Example

White with #494254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494254; }

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

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

background-color css

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

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

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

border-color css

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

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

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