#474684

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

Shades of Jacksons Purple #474684

Tints of Jacksons Purple #474684

Color information

#474684 (or 0x474684) is unknown color: approx Jacksons Purple. HEX triplet: 47, 46 and 84. RGB value is (71,70,132). Sum of RGB (Red+Green+Blue) = 71+70+132=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #474684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474684 is #B8B97B. Grayscale: #4D4D4D. Windows color (decimal): -12106108 or 8668743. OLE color: 8668743.

HSL color Cylindrical-coordinate representation of color #474684: hue angle of 240.97º degrees, saturation: 0.31, 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 #474684 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7170132-
CMYK0.460.4700.48
HSL240.97º30.69%39.61%-
HSV(B)240.97º46.97%51.76%-
XYZ8.957.3922.78-
YUV77.37158.83123.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=26.01%
G=25.64%
B=48.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71701320.460.4700.48240.9730.6939.61
Hex4746842E2F030f11f28
Octal10710620456570603613750
Binary100011110001101000010010111010111101100001111000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474684; }

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

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

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

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

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

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

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

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