#474C83

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

Shades of Jacksons Purple #474C83

Tints of Jacksons Purple #474C83

Color information

#474C83 (or 0x474C83) is unknown color: approx Jacksons Purple. HEX triplet: 47, 4C and 83. RGB value is (71,76,131). Sum of RGB (Red+Green+Blue) = 71+76+131=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #474C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474C83 is #B8B37C. Grayscale: #505050. Windows color (decimal): -12104573 or 8604743. OLE color: 8604743.

HSL color Cylindrical-coordinate representation of color #474C83: hue angle of 235º 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 #474C83 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7176131-
CMYK0.460.4200.49
HSL235º29.7%39.61%-
HSV(B)235º45.8%51.37%-
XYZ9.288.1522.56-
YUV80.77156.34121.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=25.54%
G=27.34%
B=47.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71761310.460.4200.4923529.739.61
Hex474C832E2A031eb1e28
Octal10711420356520613533650
Binary100011110011001000001110111010101001100011110101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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