#46284E

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

Shades of Hot Purple #46284E

Tints of Hot Purple #46284E

Color information

#46284E (or 0x46284E) is unknown color: approx Hot Purple. HEX triplet: 46, 28 and 4E. RGB value is (70,40,78). Sum of RGB (Red+Green+Blue) = 70+40+78=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #46284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46284E is #B9D7B1. Grayscale: #353535. Windows color (decimal): -12179378 or 5122118. OLE color: 5122118.

HSL color Cylindrical-coordinate representation of color #46284E: hue angle of 287.37º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46284E is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB704078-
CMYK0.100.4900.69
HSL287.37º32.2%23.14%-
HSV(B)287.37º48.72%30.59%-
XYZ4.663.377.61-
YUV53.3141.94139.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 78 (30.86% from 255) = 41.49%
R=37.23%
G=21.28%
B=41.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7040780.100.4900.69287.3732.223.14
Hex46284EA3104511f2017
Octal10650116126101054374027
Binary1000110101000100111010101100010100010110001111110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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