#46497A

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

Shades of Jacksons Purple #46497A

Tints of Jacksons Purple #46497A

Color information

#46497A (or 0x46497A) is unknown color: approx Jacksons Purple. HEX triplet: 46, 49 and 7A. RGB value is (70,73,122). Sum of RGB (Red+Green+Blue) = 70+73+122=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #46497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46497A is #B9B685. Grayscale: #4D4D4D. Windows color (decimal): -12170886 or 8014150. OLE color: 8014150.

HSL color Cylindrical-coordinate representation of color #46497A: hue angle of 236.54º 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 #46497A is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7073122-
CMYK0.430.4000.52
HSL236.54º27.08%37.65%-
HSV(B)236.54º42.62%47.84%-
XYZ8.427.4719.41-
YUV77.69153.01122.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=26.42%
G=27.55%
B=46.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70731220.430.4000.52236.5427.0837.65
Hex46497A2B28034ed1b26
Octal10611117253500643553346
Binary10001101001001111101010101110100001101001110110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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