Html Css Color HEX #494552 Grape

📋 copy color: '#494552'

red 73 ◦ green 69 ◦ blue 82

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

Shades of Grape #494552

Tints of Grape #494552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 32.59%
G = 30.8%
B = 36.61%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#494552 (or 0x494552) is known color: Grape. HEX triplet: 49, 45 and 52. RGB value is (73,69,82). Sum of RGB (Red+Green+Blue) = 73+69+82=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #494552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494552 is #B6BAAD. Grayscale: #474747. Windows color (decimal): -11975342 or 5391689. OLE color: 5391689.

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

Color convert

RGB 73 69 82 -
CMYK 0.11 0.16 0 0.68
HSL 258.46º 0.09% 0.3% -
HSV(B) 258.46º 0.16% 0.32% -
XYZ 6.4 6.28 8.86 -
YUV 71.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 73 69 82 0.11 0.16 0 0.68 258.46 0.09 0.3
Hex 49 45 52 B 10 0 44 102 9 1E
Octal 111 105 122 13 20 0 104 402 11 36
Binary 1001001 1000101 1010010 1011 10000 0 1000100 100000010 1001 11110

Color Harmonies of #494552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494552

Black with #494552

Text Example


Text Example

White with #494552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494552; }

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

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

background-color css

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

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

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

border-color css

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

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

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