Html Css Color HEX #494053 Grape

📋 copy color: '#494053'

red 73 ◦ green 64 ◦ blue 83

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

Shades of Grape #494053

Tints of Grape #494053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.09%

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 33.18%
G = 29.09%
B = 37.73%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494053 (or 0x494053) is known color: Grape. HEX triplet: 49, 40 and 53. RGB value is (73,64,83). Sum of RGB (Red+Green+Blue) = 73+64+83=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #494053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494053 is #B6BFAC. Grayscale: #444444. Windows color (decimal): -11976621 or 5455945. OLE color: 5455945.

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

Color convert

RGB 73 64 83 -
CMYK 0.12 0.23 0 0.67
HSL 268.42º 0.13% 0.29% -
HSV(B) 268.42º 0.23% 0.33% -
XYZ 6.14 5.71 8.96 -
YUV 68.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 73 64 83 0.12 0.23 0 0.67 268.42 0.13 0.29
Hex 49 40 53 C 17 0 43 10C D 1D
Octal 111 100 123 14 27 0 103 414 15 35
Binary 1001001 1000000 1010011 1100 10111 0 1000011 100001100 1101 11101

Color Harmonies of #494053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494053

Black with #494053

Text Example


Text Example

White with #494053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494053; }

 p { color: rgb(73,64,83); }

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

background-color css

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

 a { background-color: rgb(73,64,83); }

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

border-color css

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

 span { border-color: rgb(73,64,83); }

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