Html Css Color HEX #494052 Grape

📋 copy color: '#494052'

red 73 ◦ green 64 ◦ blue 82

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

Shades of Grape #494052

Tints of Grape #494052

RGB

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

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

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

R = 33.33%
G = 29.22%
B = 37.44%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#494052 (or 0x494052) is known color: Grape. HEX triplet: 49, 40 and 52. RGB value is (73,64,82). Sum of RGB (Red+Green+Blue) = 73+64+82=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #494052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494052 is #B6BFAD. Grayscale: #444444. Windows color (decimal): -11976622 or 5390409. OLE color: 5390409.

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

Color convert

RGB 73 64 82 -
CMYK 0.11 0.22 0 0.68
HSL 270º 0.12% 0.29% -
HSV(B) 270º 0.22% 0.32% -
XYZ 6.1 5.69 8.76 -
YUV 68.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 73 64 82 0.11 0.22 0 0.68 270 0.12 0.29
Hex 49 40 52 B 16 0 44 10E C 1D
Octal 111 100 122 13 26 0 104 416 14 35
Binary 1001001 1000000 1010010 1011 10110 0 1000100 100001110 1100 11101

Color Harmonies of #494052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494052

Black with #494052

Text Example


Text Example

White with #494052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494052; }

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

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

background-color css

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

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

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

border-color css

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

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

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