#474884

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

Shades of Jacksons Purple #474884

Tints of Jacksons Purple #474884

Color information

#474884 (or 0x474884) is unknown color: approx Jacksons Purple. HEX triplet: 47, 48 and 84. RGB value is (71,72,132). Sum of RGB (Red+Green+Blue) = 71+72+132=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #474884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474884 is #B8B77B. Grayscale: #4E4E4E. Windows color (decimal): -12105596 or 8669255. OLE color: 8669255.

HSL color Cylindrical-coordinate representation of color #474884: hue angle of 239.02º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #474884 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7172132-
CMYK0.460.4500.48
HSL239.02º30.05%39.8%-
HSV(B)239.02º46.21%51.76%-
XYZ9.087.6422.83-
YUV78.54158.17122.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 132 (51.95% from 255) = 48%
R=25.82%
G=26.18%
B=48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71721320.460.4500.48239.0230.0539.8
Hex4748842E2D030ef1e28
Octal10711020456550603573650
Binary100011110010001000010010111010110101100001110111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474884; }

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

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

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

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

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

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

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

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