#474B88

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

Shades of Jacksons Purple #474B88

Tints of Jacksons Purple #474B88

Color information

#474B88 (or 0x474B88) is unknown color: approx Jacksons Purple. HEX triplet: 47, 4B and 88. RGB value is (71,75,136). Sum of RGB (Red+Green+Blue) = 71+75+136=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #474B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474B88 is #B8B477. Grayscale: #505050. Windows color (decimal): -12104824 or 8932167. OLE color: 8932167.

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

Color convert

RGB7175136-
CMYK0.480.4500.47
HSL236.31º31.4%40.59%-
HSV(B)236.31º47.79%53.33%-
XYZ9.568.1524.36-
YUV80.76159.17121.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 75 (29.69% from 255) = 26.60%
BLUE value IS 136 (53.52% from 255) = 48.23%
R=25.18%
G=26.60%
B=48.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71751360.480.4500.47236.3131.440.59
Hex474B88302D02Fec1f29
Octal10711321060550573543751
Binary100011110010111000100011000010110101011111110110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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