#46427E

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

Shades of Jacksons Purple #46427E

Tints of Jacksons Purple #46427E

Color information

#46427E (or 0x46427E) is unknown color: approx Jacksons Purple. HEX triplet: 46, 42 and 7E. RGB value is (70,66,126). Sum of RGB (Red+Green+Blue) = 70+66+126=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #46427E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46427E is #B9BD81. Grayscale: #494949. Windows color (decimal): -12172674 or 8274502. OLE color: 8274502.

HSL color Cylindrical-coordinate representation of color #46427E: hue angle of 244º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46427E is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7066126-
CMYK0.440.4800.51
HSL244º31.25%37.65%-
HSV(B)244º47.62%49.41%-
XYZ8.246.720.6-
YUV74.04157.33125.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 126 (49.61% from 255) = 48.09%
R=26.72%
G=25.19%
B=48.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70661260.440.4800.5124431.2537.65
Hex46427E2C30033f41f26
Octal10610217654600633643746
Binary10001101000010111111010110011000001100111111010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46427E; }

 p { color: rgb(70,66,126); }

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

<style>
 a { background-color: #46427E; }

 a { background-color: rgb(70,66,126); }

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

<style>
 span { border-color: #46427E; }

 span { border-color: rgb(70,66,126); }

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