#49467E

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

Shades of Jacksons Purple #49467E

Tints of Jacksons Purple #49467E

Color information

#49467E (or 0x49467E) is unknown color: approx Jacksons Purple. HEX triplet: 49, 46 and 7E. RGB value is (73,70,126). Sum of RGB (Red+Green+Blue) = 73+70+126=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 126 - color contains mainly: blue. Hex color #49467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49467E is #B6B981. Grayscale: #4D4D4D. Windows color (decimal): -11975042 or 8275529. OLE color: 8275529.

HSL color Cylindrical-coordinate representation of color #49467E: hue angle of 243.21º degrees, saturation: 0.29, 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 #49467E is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7370126-
CMYK0.420.4400.51
HSL243.21º28.57%38.43%-
HSV(B)243.21º44.44%49.41%-
XYZ8.77.320.69-
YUV77.28155.49124.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 126 (49.61% from 255) = 46.84%
R=27.14%
G=26.02%
B=46.84%

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
Decimal73701260.420.4400.51243.2128.5738.43
Hex49467E2A2C033f31d26
Octal11110617652540633633546
Binary10010011000110111111010101010110001100111111001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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