#464585

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

Shades of Jacksons Purple #464585

Tints of Jacksons Purple #464585

Color information

#464585 (or 0x464585) is unknown color: approx Jacksons Purple. HEX triplet: 46, 45 and 85. RGB value is (70,69,133). Sum of RGB (Red+Green+Blue) = 70+69+133=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #464585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464585 is #B9BA7A. Grayscale: #4C4C4C. Windows color (decimal): -12171899 or 8734022. OLE color: 8734022.

HSL color Cylindrical-coordinate representation of color #464585: hue angle of 240.94º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #464585 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7069133-
CMYK0.470.4800.48
HSL240.94º31.68%39.61%-
HSV(B)240.94º48.12%52.16%-
XYZ8.897.2523.12-
YUV76.6159.83123.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 133 (52.34% from 255) = 48.90%
R=25.74%
G=25.37%
B=48.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70691330.470.4800.48240.9431.6839.61
Hex4645852F30030f12028
Octal10610520557600603614050
Binary1000110100010110000101101111110000011000011110001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464585; }

 p { color: rgb(70,69,133); }

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

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

 a { background-color: rgb(70,69,133); }

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

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

 span { border-color: rgb(70,69,133); }

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