Html Css Color HEX #462E49 Hot Purple

📋 copy color: '#462E49'

red 70 ◦ green 46 ◦ blue 73

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

Shades of Hot Purple #462E49

Tints of Hot Purple #462E49

RGB

 RED value IS 70 (27.73% from 255) = 37.04%

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

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

R = 37.04%
G = 24.34%
B = 38.62%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#462E49 (or 0x462E49) is known color: Hot Purple. HEX triplet: 46, 2E and 49. RGB value is (70,46,73). Sum of RGB (Red+Green+Blue) = 70+46+73=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #462E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E49 is #B9D1B6. Grayscale: #383838. Windows color (decimal): -12177847 or 4795974. OLE color: 4795974.

HSL color Cylindrical-coordinate representation of color #462E49: hue angle of 293.33º 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 #462E49 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 46 73 -
CMYK 0.04 0.37 0 0.71
HSL 293.33º 0.23% 0.23% -
HSV(B) 293.33º 0.37% 0.29% -
XYZ 4.71 3.74 6.78 -
YUV 56.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 70 46 73 0.04 0.37 0 0.71 293.33 0.23 0.23
Hex 46 2E 49 4 25 0 47 125 17 17
Octal 106 56 111 4 45 0 107 445 27 27
Binary 1000110 101110 1001001 100 100101 0 1000111 100100101 10111 10111

Color Harmonies of #462E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E49

Black with #462E49

Text Example


Text Example

White with #462E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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