#474B87

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

Shades of Jacksons Purple #474B87

Tints of Jacksons Purple #474B87

Color information

#474B87 (or 0x474B87) is unknown color: approx Jacksons Purple. HEX triplet: 47, 4B and 87. RGB value is (71,75,135). Sum of RGB (Red+Green+Blue) = 71+75+135=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #474B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474B87 is #B8B478. Grayscale: #505050. Windows color (decimal): -12104825 or 8866631. OLE color: 8866631.

HSL color Cylindrical-coordinate representation of color #474B87: hue angle of 236.25º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #474B87 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7175135-
CMYK0.470.4400.47
HSL236.25º31.07%40.39%-
HSV(B)236.25º47.41%52.94%-
XYZ9.498.1223.99-
YUV80.64158.67121.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 135 (53.12% from 255) = 48.04%
R=25.27%
G=26.69%
B=48.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71751350.470.4400.47236.2531.0740.39
Hex474B872F2C02Fec1f28
Octal10711320757540573543750
Binary100011110010111000011110111110110001011111110110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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