Html Css Color HEX #494554 Grape

📋 copy color: '#494554'

red 73 ◦ green 69 ◦ blue 84

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

Shades of Grape #494554

Tints of Grape #494554

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.53%

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

R = 32.3%
G = 30.53%
B = 37.17%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494554 (or 0x494554) is known color: Grape. HEX triplet: 49, 45 and 54. RGB value is (73,69,84). Sum of RGB (Red+Green+Blue) = 73+69+84=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #494554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494554 is #B6BAAB. Grayscale: #474747. Windows color (decimal): -11975340 or 5522761. OLE color: 5522761.

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

Color convert

RGB 73 69 84 -
CMYK 0.13 0.18 0 0.67
HSL 256º 0.1% 0.3% -
HSV(B) 256º 0.18% 0.33% -
XYZ 6.48 6.31 9.26 -
YUV 71.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 73 69 84 0.13 0.18 0 0.67 256 0.1 0.3
Hex 49 45 54 D 12 0 43 100 A 1E
Octal 111 105 124 15 22 0 103 400 12 36
Binary 1001001 1000101 1010100 1101 10010 0 1000011 100000000 1010 11110

Color Harmonies of #494554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494554

Black with #494554

Text Example


Text Example

White with #494554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494554; }

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

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

background-color css

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

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

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

border-color css

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

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

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