#474682

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

Shades of Jacksons Purple #474682

Tints of Jacksons Purple #474682

Color information

#474682 (or 0x474682) is unknown color: approx Jacksons Purple. HEX triplet: 47, 46 and 82. RGB value is (71,70,130). Sum of RGB (Red+Green+Blue) = 71+70+130=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #474682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474682 is #B8B97D. Grayscale: #4C4C4C. Windows color (decimal): -12106110 or 8537671. OLE color: 8537671.

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

Color convert

RGB7170130-
CMYK0.450.4600.49
HSL241º30%39.22%-
HSV(B)241º46.15%50.98%-
XYZ8.827.3322.07-
YUV77.14157.83123.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=26.20%
G=25.83%
B=47.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71701300.450.4600.492413039.22
Hex4746822D2E031f11e27
Octal10710620255560613613647
Binary100011110001101000001010110110111001100011111000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474682; }

 p { color: rgb(71,70,130); }

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

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

 a { background-color: rgb(71,70,130); }

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

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

 span { border-color: rgb(71,70,130); }

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