#47457D

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

Shades of Jacksons Purple #47457D

Tints of Jacksons Purple #47457D

Color information

#47457D (or 0x47457D) is unknown color: approx Jacksons Purple. HEX triplet: 47, 45 and 7D. RGB value is (71,69,125). Sum of RGB (Red+Green+Blue) = 71+69+125=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #47457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47457D is #B8BA82. Grayscale: #4B4B4B. Windows color (decimal): -12106371 or 8209735. OLE color: 8209735.

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

Color convert

RGB7169125-
CMYK0.430.4500.51
HSL242.14º28.87%38.04%-
HSV(B)242.14º44.8%49.02%-
XYZ8.437.0820.32-
YUV75.98155.66124.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 125 (49.22% from 255) = 47.17%
R=26.79%
G=26.04%
B=47.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71691250.430.4500.51242.1428.8738.04
Hex47457D2B2D033f21d26
Octal10710517553550633623546
Binary10001111000101111110110101110110101100111111001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47457D; }

 p { color: rgb(71,69,125); }

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

<style>
 a { background-color: #47457D; }

 a { background-color: rgb(71,69,125); }

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

<style>
 span { border-color: #47457D; }

 span { border-color: rgb(71,69,125); }

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