#46417F

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

Shades of Jacksons Purple #46417F

Tints of Jacksons Purple #46417F

Color information

#46417F (or 0x46417F) is unknown color: approx Jacksons Purple. HEX triplet: 46, 41 and 7F. RGB value is (70,65,127). Sum of RGB (Red+Green+Blue) = 70+65+127=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #46417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46417F is #B9BE80. Grayscale: #494949. Windows color (decimal): -12172929 or 8339782. OLE color: 8339782.

HSL color Cylindrical-coordinate representation of color #46417F: hue angle of 244.84º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46417F is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7065127-
CMYK0.450.4900.50
HSL244.84º32.29%37.65%-
HSV(B)244.84º48.82%49.8%-
XYZ8.256.6120.92-
YUV73.56158.16125.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 127 (50% from 255) = 48.47%
R=26.72%
G=24.81%
B=48.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70651270.450.4900.50244.8432.2937.65
Hex46417F2D31032f52026
Octal10610117755610623654046
Binary100011010000011111111101101110001011001011110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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