#474C7A

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

Shades of Jacksons Purple #474C7A

Tints of Jacksons Purple #474C7A

Color information

#474C7A (or 0x474C7A) is unknown color: approx Jacksons Purple. HEX triplet: 47, 4C and 7A. RGB value is (71,76,122). Sum of RGB (Red+Green+Blue) = 71+76+122=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #474C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C7A is #B8B385. Grayscale: #4F4F4F. Windows color (decimal): -12104582 or 8014919. OLE color: 8014919.

HSL color Cylindrical-coordinate representation of color #474C7A: hue angle of 234.12º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #474C7A is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7176122-
CMYK0.420.3800.52
HSL234.12º26.42%37.84%-
HSV(B)234.12º41.8%47.84%-
XYZ8.77.9119.48-
YUV79.75151.84121.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 122 (48.05% from 255) = 45.35%
R=26.39%
G=28.25%
B=45.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71761220.420.3800.52234.1226.4237.84
Hex474C7A2A26034ea1a26
Octal10711417252460643523246
Binary10001111001100111101010101010011001101001110101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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