#474885

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

Shades of Jacksons Purple #474885

Tints of Jacksons Purple #474885

Color information

#474885 (or 0x474885) is unknown color: approx Jacksons Purple. HEX triplet: 47, 48 and 85. RGB value is (71,72,133). Sum of RGB (Red+Green+Blue) = 71+72+133=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #474885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474885 is #B8B77A. Grayscale: #4E4E4E. Windows color (decimal): -12105595 or 8734791. OLE color: 8734791.

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

Color convert

RGB7172133-
CMYK0.470.4600.48
HSL239.03º30.39%40%-
HSV(B)239.03º46.62%52.16%-
XYZ9.157.6723.19-
YUV78.66158.67122.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 133 (52.34% from 255) = 48.19%
R=25.72%
G=26.09%
B=48.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71721330.470.4600.48239.0330.3940
Hex4748852F2E030ef1e28
Octal10711020557560603573650
Binary100011110010001000010110111110111001100001110111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474885; }

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

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

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

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

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

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

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

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