#474A83

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

Shades of Jacksons Purple #474A83

Tints of Jacksons Purple #474A83

Color information

#474A83 (or 0x474A83) is unknown color: approx Jacksons Purple. HEX triplet: 47, 4A and 83. RGB value is (71,74,131). Sum of RGB (Red+Green+Blue) = 71+74+131=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #474A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474A83 is #B8B57C. Grayscale: #4F4F4F. Windows color (decimal): -12105085 or 8604231. OLE color: 8604231.

HSL color Cylindrical-coordinate representation of color #474A83: hue angle of 237º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #474A83 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7174131-
CMYK0.460.4400.49
HSL237º29.7%39.61%-
HSV(B)237º45.8%51.37%-
XYZ9.147.8822.51-
YUV79.6157.01121.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=25.72%
G=26.81%
B=47.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71741310.460.4400.4923729.739.61
Hex474A832E2C031ed1e28
Octal10711220356540613553650
Binary100011110010101000001110111010110001100011110110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474A83; }

 p { color: rgb(71,74,131); }

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

<style>
 a { background-color: #474A83; }

 a { background-color: rgb(71,74,131); }

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

<style>
 span { border-color: #474A83; }

 span { border-color: rgb(71,74,131); }

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