#46497B

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

Shades of Jacksons Purple #46497B

Tints of Jacksons Purple #46497B

Color information

#46497B (or 0x46497B) is unknown color: approx Jacksons Purple. HEX triplet: 46, 49 and 7B. RGB value is (70,73,123). Sum of RGB (Red+Green+Blue) = 70+73+123=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #46497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46497B is #B9B684. Grayscale: #4D4D4D. Windows color (decimal): -12170885 or 8079686. OLE color: 8079686.

HSL color Cylindrical-coordinate representation of color #46497B: hue angle of 236.6º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46497B is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7073123-
CMYK0.430.4100.52
HSL236.6º27.46%37.84%-
HSV(B)236.6º43.09%48.24%-
XYZ8.487.519.74-
YUV77.8153.51122.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 123 (48.44% from 255) = 46.24%
R=26.32%
G=27.44%
B=46.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70731230.430.4100.52236.627.4637.84
Hex46497B2B29034ed1b26
Octal10611117353510643553346
Binary10001101001001111101110101110100101101001110110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46497B; }

 p { color: rgb(70,73,123); }

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

<style>
 a { background-color: #46497B; }

 a { background-color: rgb(70,73,123); }

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

<style>
 span { border-color: #46497B; }

 span { border-color: rgb(70,73,123); }

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