Html Css Color HEX #494351 Grape

📋 copy color: '#494351'

red 73 ◦ green 67 ◦ blue 81

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

Shades of Grape #494351

Tints of Grape #494351

RGB

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

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

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

R = 33.03%
G = 30.32%
B = 36.65%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#494351 (or 0x494351) is known color: Grape. HEX triplet: 49, 43 and 51. RGB value is (73,67,81). Sum of RGB (Red+Green+Blue) = 73+67+81=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 81 - color contains mainly: blue. Hex color #494351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494351 is #B6BCAE. Grayscale: #464646. Windows color (decimal): -11975855 or 5325641. OLE color: 5325641.

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

Color convert

RGB 73 67 81 -
CMYK 0.10 0.17 0 0.68
HSL 265.71º 0.09% 0.29% -
HSV(B) 265.71º 0.17% 0.32% -
XYZ 6.24 6.02 8.62 -
YUV 70.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 73 67 81 0.10 0.17 0 0.68 265.71 0.09 0.29
Hex 49 43 51 A 11 0 44 10A 9 1D
Octal 111 103 121 12 21 0 104 412 11 35
Binary 1001001 1000011 1010001 1010 10001 0 1000100 100001010 1001 11101

Color Harmonies of #494351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494351

Black with #494351

Text Example


Text Example

White with #494351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494351; }

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

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

background-color css

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

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

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

border-color css

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

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

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