Html Css Color HEX #494551 Grape

📋 copy color: '#494551'

red 73 ◦ green 69 ◦ blue 81

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

Shades of Grape #494551

Tints of Grape #494551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.32%

R = 32.74%
G = 30.94%
B = 36.32%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#494551 (or 0x494551) is known color: Grape. HEX triplet: 49, 45 and 51. RGB value is (73,69,81). Sum of RGB (Red+Green+Blue) = 73+69+81=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 81 - color contains mainly: blue. Hex color #494551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494551 is #B6BAAE. Grayscale: #474747. Windows color (decimal): -11975343 or 5326153. OLE color: 5326153.

HSL color Cylindrical-coordinate representation of color #494551: hue angle of 260º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #494551 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 69 81 -
CMYK 0.10 0.15 0 0.68
HSL 260º 0.08% 0.29% -
HSV(B) 260º 0.15% 0.32% -
XYZ 6.36 6.27 8.66 -
YUV 71.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 73 69 81 0.10 0.15 0 0.68 260 0.08 0.29
Hex 49 45 51 A F 0 44 104 8 1D
Octal 111 105 121 12 17 0 104 404 10 35
Binary 1001001 1000101 1010001 1010 1111 0 1000100 100000100 1000 11101

Color Harmonies of #494551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494551

Black with #494551

Text Example


Text Example

White with #494551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494551; }

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

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

background-color css

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

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

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

border-color css

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

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

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