#49487E

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

Shades of Jacksons Purple #49487E

Tints of Jacksons Purple #49487E

Color information

#49487E (or 0x49487E) is unknown color: approx Jacksons Purple. HEX triplet: 49, 48 and 7E. RGB value is (73,72,126). Sum of RGB (Red+Green+Blue) = 73+72+126=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 126 - color contains mainly: blue. Hex color #49487E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49487E is #B6B781. Grayscale: #4E4E4E. Windows color (decimal): -11974530 or 8276041. OLE color: 8276041.

HSL color Cylindrical-coordinate representation of color #49487E: hue angle of 241.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49487E is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7372126-
CMYK0.420.4300.51
HSL241.11º27.27%38.82%-
HSV(B)241.11º42.86%49.41%-
XYZ8.837.5620.73-
YUV78.46154.83124.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 126 (49.61% from 255) = 46.49%
R=26.94%
G=26.57%
B=46.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73721260.420.4300.51241.1127.2738.82
Hex49487E2A2B033f11b27
Octal11111017652530633613347
Binary10010011001000111111010101010101101100111111000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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