Html Css Color HEX #492E49 Hot Purple

📋 copy color: '#492E49'

red 73 ◦ green 46 ◦ blue 73

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

Shades of Hot Purple #492E49

Tints of Hot Purple #492E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.96%

 BLUE value IS 73 (28.91% from 255) = 38.02%

R = 38.02%
G = 23.96%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#492E49 (or 0x492E49) is known color: Hot Purple. HEX triplet: 49, 2E and 49. RGB value is (73,46,73). Sum of RGB (Red+Green+Blue) = 73+46+73=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #492E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E49 is #B6D1B6. Grayscale: #393939. Windows color (decimal): -11981239 or 4795977. OLE color: 4795977.

HSL color Cylindrical-coordinate representation of color #492E49: hue angle of 300º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #492E49 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 46 73 -
CMYK 0 0.37 0 0.71
HSL 300º 0.23% 0.23% -
HSV(B) 300º 0.37% 0.29% -
XYZ 4.93 3.85 6.79 -
YUV 57.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 73 46 73 0 0.37 0 0.71 300 0.23 0.23
Hex 49 2E 49 0 25 0 47 12C 17 17
Octal 111 56 111 0 45 0 107 454 27 27
Binary 1001001 101110 1001001 0 100101 0 1000111 100101100 10111 10111

Color Harmonies of #492E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E49

Black with #492E49

Text Example


Text Example

White with #492E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492E49; }

 p { color: rgb(73,46,73); }

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

background-color css

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

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

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

border-color css

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

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

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