#474B8A

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

Shades of Jacksons Purple #474B8A

Tints of Jacksons Purple #474B8A

Color information

#474B8A (or 0x474B8A) is unknown color: approx Jacksons Purple. HEX triplet: 47, 4B and 8A. RGB value is (71,75,138). Sum of RGB (Red+Green+Blue) = 71+75+138=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #474B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474B8A is #B8B475. Grayscale: #505050. Windows color (decimal): -12104822 or 9063239. OLE color: 9063239.

HSL color Cylindrical-coordinate representation of color #474B8A: hue angle of 236.42º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #474B8A is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7175138-
CMYK0.490.4600.46
HSL236.42º32.06%40.98%-
HSV(B)236.42º48.55%54.12%-
XYZ9.78.2125.12-
YUV80.99160.17120.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 75 (29.69% from 255) = 26.41%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=25%
G=26.41%
B=48.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71751380.490.4600.46236.4232.0640.98
Hex474B8A312E02Eec2029
Octal10711321261560563544051
Binary1000111100101110001010110001101110010111011101100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,75,138); }

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

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

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

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

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

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

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