Html Css Color HEX #494155 Grape

📋 copy color: '#494155'

red 73 ◦ green 65 ◦ blue 85

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

Shades of Grape #494155

Tints of Grape #494155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.12%

R = 32.74%
G = 29.15%
B = 38.12%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494155 (or 0x494155) is known color: Grape. HEX triplet: 49, 41 and 55. RGB value is (73,65,85). Sum of RGB (Red+Green+Blue) = 73+65+85=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #494155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494155 is #B6BEAA. Grayscale: #454545. Windows color (decimal): -11976363 or 5587273. OLE color: 5587273.

HSL color Cylindrical-coordinate representation of color #494155: hue angle of 264º degrees, saturation: 0.13, 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 #494155 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 65 85 -
CMYK 0.14 0.24 0 0.67
HSL 264º 0.13% 0.29% -
HSV(B) 264º 0.24% 0.33% -
XYZ 6.28 5.85 9.39 -
YUV 69.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 73 65 85 0.14 0.24 0 0.67 264 0.13 0.29
Hex 49 41 55 E 18 0 43 108 D 1D
Octal 111 101 125 16 30 0 103 410 15 35
Binary 1001001 1000001 1010101 1110 11000 0 1000011 100001000 1101 11101

Color Harmonies of #494155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494155

Black with #494155

Text Example


Text Example

White with #494155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494155; }

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

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

background-color css

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

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

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

border-color css

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

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

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