#474B81

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

Shades of Jacksons Purple #474B81

Tints of Jacksons Purple #474B81

Color information

#474B81 (or 0x474B81) is unknown color: approx Jacksons Purple. HEX triplet: 47, 4B and 81. RGB value is (71,75,129). Sum of RGB (Red+Green+Blue) = 71+75+129=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #474B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474B81 is #B8B47E. Grayscale: #4F4F4F. Windows color (decimal): -12104831 or 8473415. OLE color: 8473415.

HSL color Cylindrical-coordinate representation of color #474B81: hue angle of 235.86º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #474B81 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7175129-
CMYK0.450.4200.49
HSL235.86º29%39.22%-
HSV(B)235.86º44.96%50.59%-
XYZ9.087.9621.83-
YUV79.96155.67121.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=25.82%
G=27.27%
B=46.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71751290.450.4200.49235.862939.22
Hex474B812D2A031ec1d27
Octal10711320155520613543547
Binary100011110010111000000110110110101001100011110110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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