#46294D

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

Shades of Hot Purple #46294D

Tints of Hot Purple #46294D

Color information

#46294D (or 0x46294D) is unknown color: approx Hot Purple. HEX triplet: 46, 29 and 4D. RGB value is (70,41,77). Sum of RGB (Red+Green+Blue) = 70+41+77=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #46294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46294D is #B9D6B2. Grayscale: #353535. Windows color (decimal): -12179123 or 5056838. OLE color: 5056838.

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

Color convert

RGB704177-
CMYK0.090.4700.70
HSL288.33º30.51%23.14%-
HSV(B)288.33º46.75%30.2%-
XYZ4.663.427.44-
YUV53.78141.11139.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=37.23%
G=21.81%
B=40.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7041770.090.4700.70288.3330.5123.14
Hex46294D92F0461201f17
Octal10651115115701064403727
Binary100011010100110011011001101111010001101001000001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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