#474780

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

Shades of Jacksons Purple #474780

Tints of Jacksons Purple #474780

Color information

#474780 (or 0x474780) is unknown color: approx Jacksons Purple. HEX triplet: 47, 47 and 80. RGB value is (71,71,128). Sum of RGB (Red+Green+Blue) = 71+71+128=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #474780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474780 is #B8B87F. Grayscale: #4D4D4D. Windows color (decimal): -12105856 or 8406855. OLE color: 8406855.

HSL color Cylindrical-coordinate representation of color #474780: hue angle of 240º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #474780 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7171128-
CMYK0.450.4500.50
HSL240º28.64%39.02%-
HSV(B)240º44.53%50.2%-
XYZ8.757.421.39-
YUV77.5156.5123.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 128 (50.39% from 255) = 47.41%
R=26.30%
G=26.30%
B=47.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71711280.450.4500.5024028.6439.02
Hex4747802D2D032f01d27
Octal10710720055550623603547
Binary100011110001111000000010110110110101100101111000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474780; }

 p { color: rgb(71,71,128); }

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

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

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

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

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

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

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