#474883

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

Shades of Jacksons Purple #474883

Tints of Jacksons Purple #474883

Color information

#474883 (or 0x474883) is unknown color: approx Jacksons Purple. HEX triplet: 47, 48 and 83. RGB value is (71,72,131). Sum of RGB (Red+Green+Blue) = 71+72+131=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #474883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474883 is #B8B77C. Grayscale: #4E4E4E. Windows color (decimal): -12105597 or 8603719. OLE color: 8603719.

HSL color Cylindrical-coordinate representation of color #474883: hue angle of 239º 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 #474883 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7172131-
CMYK0.460.4500.49
HSL239º29.7%39.61%-
HSV(B)239º45.8%51.37%-
XYZ9.017.6122.47-
YUV78.43157.67122.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=25.91%
G=26.28%
B=47.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71721310.460.4500.4923929.739.61
Hex4748832E2D031ef1e28
Octal10711020356550613573650
Binary100011110010001000001110111010110101100011110111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474883; }

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

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

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

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

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

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

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

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