#49467D

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

Shades of Jacksons Purple #49467D

Tints of Jacksons Purple #49467D

Color information

#49467D (or 0x49467D) is unknown color: approx Jacksons Purple. HEX triplet: 49, 46 and 7D. RGB value is (73,70,125). Sum of RGB (Red+Green+Blue) = 73+70+125=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #49467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49467D is #B6B982. Grayscale: #4C4C4C. Windows color (decimal): -11975043 or 8209993. OLE color: 8209993.

HSL color Cylindrical-coordinate representation of color #49467D: hue angle of 243.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49467D is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7370125-
CMYK0.420.4400.51
HSL243.27º28.21%38.24%-
HSV(B)243.27º44%49.02%-
XYZ8.647.2820.35-
YUV77.17154.99125.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 125 (49.22% from 255) = 46.64%
R=27.24%
G=26.12%
B=46.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73701250.420.4400.51243.2728.2138.24
Hex49467D2A2C033f31c26
Octal11110617552540633633446
Binary10010011000110111110110101010110001100111111001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,70,125); }

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

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

 a { background-color: rgb(73,70,125); }

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

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

 span { border-color: rgb(73,70,125); }

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