#49477F

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

Shades of Jacksons Purple #49477F

Tints of Jacksons Purple #49477F

Color information

#49477F (or 0x49477F) is unknown color: approx Jacksons Purple. HEX triplet: 49, 47 and 7F. RGB value is (73,71,127). Sum of RGB (Red+Green+Blue) = 73+71+127=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #49477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49477F is #B6B880. Grayscale: #4D4D4D. Windows color (decimal): -11974785 or 8341321. OLE color: 8341321.

HSL color Cylindrical-coordinate representation of color #49477F: hue angle of 242.14º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49477F is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7371127-
CMYK0.430.4400.50
HSL242.14º28.28%38.82%-
HSV(B)242.14º44.09%49.8%-
XYZ8.837.4621.05-
YUV77.98155.66124.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 127 (50% from 255) = 46.86%
R=26.94%
G=26.20%
B=46.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73711270.430.4400.50242.1428.2838.82
Hex49477F2B2C032f21c27
Octal11110717753540623623447
Binary10010011000111111111110101110110001100101111001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49477F; }

 p { color: rgb(73,71,127); }

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

<style>
 a { background-color: #49477F; }

 a { background-color: rgb(73,71,127); }

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

<style>
 span { border-color: #49477F; }

 span { border-color: rgb(73,71,127); }

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