#474C7B

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

Shades of Jacksons Purple #474C7B

Tints of Jacksons Purple #474C7B

Color information

#474C7B (or 0x474C7B) is unknown color: approx Jacksons Purple. HEX triplet: 47, 4C and 7B. RGB value is (71,76,123). Sum of RGB (Red+Green+Blue) = 71+76+123=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #474C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C7B is #B8B384. Grayscale: #4F4F4F. Windows color (decimal): -12104581 or 8080455. OLE color: 8080455.

HSL color Cylindrical-coordinate representation of color #474C7B: hue angle of 234.23º degrees, saturation: 0.27, 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 #474C7B is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7176123-
CMYK0.420.3800.52
HSL234.23º26.8%38.04%-
HSV(B)234.23º42.28%48.24%-
XYZ8.767.9419.81-
YUV79.86152.34121.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=26.30%
G=28.15%
B=45.56%

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
Decimal71761230.420.3800.52234.2326.838.04
Hex474C7B2A26034ea1b26
Octal10711417352460643523346
Binary10001111001100111101110101010011001101001110101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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