#474B8B

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

Shades of Jacksons Purple #474B8B

Tints of Jacksons Purple #474B8B

Color information

#474B8B (or 0x474B8B) is unknown color: approx Jacksons Purple. HEX triplet: 47, 4B and 8B. RGB value is (71,75,139). Sum of RGB (Red+Green+Blue) = 71+75+139=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #474B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474B8B is #B8B474. Grayscale: #505050. Windows color (decimal): -12104821 or 9128775. OLE color: 9128775.

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

Color convert

RGB7175139-
CMYK0.490.4600.45
HSL236.47º32.38%41.18%-
HSV(B)236.47º48.92%54.51%-
XYZ9.778.2425.5-
YUV81.1160.67120.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=24.91%
G=26.32%
B=48.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71751390.490.4600.45236.4732.3841.18
Hex474B8B312E02Dec2029
Octal10711321361560553544051
Binary1000111100101110001011110001101110010110111101100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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