#46447C

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

Shades of Jacksons Purple #46447C

Tints of Jacksons Purple #46447C

Color information

#46447C (or 0x46447C) is unknown color: approx Jacksons Purple. HEX triplet: 46, 44 and 7C. RGB value is (70,68,124). Sum of RGB (Red+Green+Blue) = 70+68+124=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #46447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46447C is #B9BB83. Grayscale: #4A4A4A. Windows color (decimal): -12172164 or 8143942. OLE color: 8143942.

HSL color Cylindrical-coordinate representation of color #46447C: 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 #46447C is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7068124-
CMYK0.440.4500.51
HSL242.14º29.17%37.65%-
HSV(B)242.14º45.16%48.63%-
XYZ8.236.8919.97-
YUV74.98155.66124.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 124 (48.83% from 255) = 47.33%
R=26.72%
G=25.95%
B=47.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70681240.440.4500.51242.1429.1737.65
Hex46447C2C2D033f21d26
Octal10610417454550633623546
Binary10001101000100111110010110010110101100111111001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46447C; }

 p { color: rgb(70,68,124); }

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

<style>
 a { background-color: #46447C; }

 a { background-color: rgb(70,68,124); }

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

<style>
 span { border-color: #46447C; }

 span { border-color: rgb(70,68,124); }

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