#46417D

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

Shades of Jacksons Purple #46417D

Tints of Jacksons Purple #46417D

Color information

#46417D (or 0x46417D) is unknown color: approx Jacksons Purple. HEX triplet: 46, 41 and 7D. RGB value is (70,65,125). Sum of RGB (Red+Green+Blue) = 70+65+125=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #46417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46417D is #B9BE82. Grayscale: #494949. Windows color (decimal): -12172931 or 8208710. OLE color: 8208710.

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

Color convert

RGB7065125-
CMYK0.440.4800.51
HSL245º31.58%37.25%-
HSV(B)245º48%49.02%-
XYZ8.126.5620.24-
YUV73.34157.16125.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 125 (49.22% from 255) = 48.08%
R=26.92%
G=25%
B=48.08%

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
Decimal70651250.440.4800.5124531.5837.25
Hex46417D2C30033f52025
Octal10610117554600633654045
Binary100011010000011111101101100110000011001111110101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46417D; }

 p { color: rgb(70,65,125); }

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

<style>
 a { background-color: #46417D; }

 a { background-color: rgb(70,65,125); }

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

<style>
 span { border-color: #46417D; }

 span { border-color: rgb(70,65,125); }

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