Html Css Color HEX #494355 Grape

📋 copy color: '#494355'

red 73 ◦ green 67 ◦ blue 85

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

Shades of Grape #494355

Tints of Grape #494355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.78%

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

R = 32.44%
G = 29.78%
B = 37.78%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494355 (or 0x494355) is known color: Grape. HEX triplet: 49, 43 and 55. RGB value is (73,67,85). Sum of RGB (Red+Green+Blue) = 73+67+85=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 85 - color contains mainly: blue. Hex color #494355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494355 is #B6BCAA. Grayscale: #464646. Windows color (decimal): -11975851 or 5587785. OLE color: 5587785.

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

Color convert

RGB 73 67 85 -
CMYK 0.14 0.21 0 0.67
HSL 260º 0.12% 0.3% -
HSV(B) 260º 0.21% 0.33% -
XYZ 6.39 6.09 9.43 -
YUV 70.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 73 67 85 0.14 0.21 0 0.67 260 0.12 0.3
Hex 49 43 55 E 15 0 43 104 C 1E
Octal 111 103 125 16 25 0 103 404 14 36
Binary 1001001 1000011 1010101 1110 10101 0 1000011 100000100 1100 11110

Color Harmonies of #494355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494355

Black with #494355

Text Example


Text Example

White with #494355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494355; }

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

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

background-color css

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

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

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

border-color css

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

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

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