#474C88

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

Shades of Jacksons Purple #474C88

Tints of Jacksons Purple #474C88

Color information

#474C88 (or 0x474C88) is unknown color: approx Jacksons Purple. HEX triplet: 47, 4C and 88. RGB value is (71,76,136). Sum of RGB (Red+Green+Blue) = 71+76+136=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #474C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474C88 is #B8B377. Grayscale: #515151. Windows color (decimal): -12104568 or 8932423. OLE color: 8932423.

HSL color Cylindrical-coordinate representation of color #474C88: hue angle of 235.38º 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 #474C88 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7176136-
CMYK0.480.4400.47
HSL235.38º31.4%40.59%-
HSV(B)235.38º47.79%53.33%-
XYZ9.638.2924.38-
YUV81.34158.84120.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 136 (53.52% from 255) = 48.06%
R=25.09%
G=26.86%
B=48.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71761360.480.4400.47235.3831.440.59
Hex474C88302C02Feb1f29
Octal10711421060540573533751
Binary100011110011001000100011000010110001011111110101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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