#46264A

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

Shades of Hot Purple #46264A

Tints of Hot Purple #46264A

Color information

#46264A (or 0x46264A) is unknown color: approx Hot Purple. HEX triplet: 46, 26 and 4A. RGB value is (70,38,74). Sum of RGB (Red+Green+Blue) = 70+38+74=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #46264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46264A is #B9D9B5. Grayscale: #333333. Windows color (decimal): -12179894 or 4859462. OLE color: 4859462.

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

Color convert

RGB703874-
CMYK0.050.4900.71
HSL293.33º32.14%21.96%-
HSV(B)293.33º48.65%29.02%-
XYZ4.453.186.86-
YUV51.67140.6141.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=38.46%
G=20.88%
B=40.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7038740.050.4900.71293.3332.1421.96
Hex46264A5310471252016
Octal1064611256101074454026
Binary100011010011010010101011100010100011110010010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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