#46284A

Color #46284A Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #46284A

Tints of Hot Purple #46284A

Color information

#46284A (or 0x46284A) is unknown color: approx Hot Purple. HEX triplet: 46, 28 and 4A. RGB value is (70,40,74). Sum of RGB (Red+Green+Blue) = 70+40+74=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #46284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46284A is #B9D7B5. Grayscale: #343434. Windows color (decimal): -12179382 or 4859974. OLE color: 4859974.

HSL color Cylindrical-coordinate representation of color #46284A: hue angle of 292.94º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46284A is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB704074-
CMYK0.050.4600.71
HSL292.94º29.82%22.35%-
HSV(B)292.94º45.95%29.02%-
XYZ4.523.316.88-
YUV52.85139.94140.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 40 (16.02% from 255) = 21.74%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=38.04%
G=21.74%
B=40.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7040740.050.4600.71292.9429.8222.35
Hex46284A52E0471251e16
Octal1065011255601074453626
Binary10001101010001001010101101110010001111001001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46284A; }

 p { color: rgb(70,40,74); }

 H1.HeaderClassName
 {
   color: #46284A;
 }
 .AnyTagClassName
 {
   color: #46284A;
 }
</style>
background-color css

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

 a { background-color: rgb(70,40,74); }

 div.DivClassName
 {
   background-color: #46284A;
 }
 .BgClassName
 {
   background-color: #46284A;
 }
</style>
border-color css

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

 span { border-color: rgb(70,40,74); }

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