#474E83

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

Shades of Jacksons Purple #474E83

Tints of Jacksons Purple #474E83

Color information

#474E83 (or 0x474E83) is unknown color: approx Jacksons Purple. HEX triplet: 47, 4E and 83. RGB value is (71,78,131). Sum of RGB (Red+Green+Blue) = 71+78+131=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #474E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474E83 is #B8B17C. Grayscale: #515151. Windows color (decimal): -12104061 or 8605255. OLE color: 8605255.

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

Color convert

RGB7178131-
CMYK0.460.4000.49
HSL233º29.7%39.61%-
HSV(B)233º45.8%51.37%-
XYZ9.428.4322.6-
YUV81.95155.68120.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 131 (51.56% from 255) = 46.79%
R=25.36%
G=27.86%
B=46.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71781310.460.4000.4923329.739.61
Hex474E832E28031e91e28
Octal10711620356500613513650
Binary100011110011101000001110111010100001100011110100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474E83; }

 p { color: rgb(71,78,131); }

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

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

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

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

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

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

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