Html Css Color HEX #494054 Grape

📋 copy color: '#494054'

red 73 ◦ green 64 ◦ blue 84

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

Shades of Grape #494054

Tints of Grape #494054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.96%

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

R = 33.03%
G = 28.96%
B = 38.01%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494054 (or 0x494054) is known color: Grape. HEX triplet: 49, 40 and 54. RGB value is (73,64,84). Sum of RGB (Red+Green+Blue) = 73+64+84=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #494054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494054 is #B6BFAB. Grayscale: #444444. Windows color (decimal): -11976620 or 5521481. OLE color: 5521481.

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

Color convert

RGB 73 64 84 -
CMYK 0.13 0.24 0 0.67
HSL 267º 0.14% 0.29% -
HSV(B) 267º 0.24% 0.33% -
XYZ 6.18 5.72 9.17 -
YUV 68.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 73 64 84 0.13 0.24 0 0.67 267 0.14 0.29
Hex 49 40 54 D 18 0 43 10B E 1D
Octal 111 100 124 15 30 0 103 413 16 35
Binary 1001001 1000000 1010100 1101 11000 0 1000011 100001011 1110 11101

Color Harmonies of #494054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494054

Black with #494054

Text Example


Text Example

White with #494054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494054; }

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

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

background-color css

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

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

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

border-color css

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

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

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