#46427B

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

Shades of Jacksons Purple #46427B

Tints of Jacksons Purple #46427B

Color information

#46427B (or 0x46427B) is unknown color: approx Jacksons Purple. HEX triplet: 46, 42 and 7B. RGB value is (70,66,123). Sum of RGB (Red+Green+Blue) = 70+66+123=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #46427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46427B is #B9BD84. Grayscale: #494949. Windows color (decimal): -12172677 or 8077894. OLE color: 8077894.

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

Color convert

RGB7066123-
CMYK0.430.4600.52
HSL244.21º30.16%37.06%-
HSV(B)244.21º46.34%48.24%-
XYZ8.056.6319.59-
YUV73.69155.83125.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=27.03%
G=25.48%
B=47.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70661230.430.4600.52244.2130.1637.06
Hex46427B2B2E034f41e25
Octal10610217353560643643645
Binary10001101000010111101110101110111001101001111010011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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