#474A7F

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

Shades of Jacksons Purple #474A7F

Tints of Jacksons Purple #474A7F

Color information

#474A7F (or 0x474A7F) is unknown color: approx Jacksons Purple. HEX triplet: 47, 4A and 7F. RGB value is (71,74,127). Sum of RGB (Red+Green+Blue) = 71+74+127=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #474A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A7F is #B8B580. Grayscale: #4E4E4E. Windows color (decimal): -12105089 or 8342087. OLE color: 8342087.

HSL color Cylindrical-coordinate representation of color #474A7F: hue angle of 236.79º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #474A7F is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7174127-
CMYK0.440.4200.50
HSL236.79º28.28%38.82%-
HSV(B)236.79º44.09%49.8%-
XYZ8.887.7721.11-
YUV79.14155.01122.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 127 (50% from 255) = 46.69%
R=26.10%
G=27.21%
B=46.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71741270.440.4200.50236.7928.2838.82
Hex474A7F2C2A032ed1c27
Octal10711217754520623553447
Binary10001111001010111111110110010101001100101110110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,74,127); }

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

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

 a { background-color: rgb(71,74,127); }

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

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

 span { border-color: rgb(71,74,127); }

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