#46284D

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

Shades of Hot Purple #46284D

Tints of Hot Purple #46284D

Color information

#46284D (or 0x46284D) is unknown color: approx Hot Purple. HEX triplet: 46, 28 and 4D. RGB value is (70,40,77). Sum of RGB (Red+Green+Blue) = 70+40+77=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #46284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46284D is #B9D7B2. Grayscale: #353535. Windows color (decimal): -12179379 or 5056582. OLE color: 5056582.

HSL color Cylindrical-coordinate representation of color #46284D: hue angle of 288.65º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46284D is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB704077-
CMYK0.090.4800.70
HSL288.65º31.62%22.94%-
HSV(B)288.65º48.05%30.2%-
XYZ4.623.367.43-
YUV53.19141.44139.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=37.43%
G=21.39%
B=41.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7040770.090.4800.70288.6531.6222.94
Hex46284D9300461212017
Octal10650115116001064414027
Binary1000110101000100110110011100000100011010010000110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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