#464280

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

Shades of Jacksons Purple #464280

Tints of Jacksons Purple #464280

Color information

#464280 (or 0x464280) is unknown color: approx Jacksons Purple. HEX triplet: 46, 42 and 80. RGB value is (70,66,128). Sum of RGB (Red+Green+Blue) = 70+66+128=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #464280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464280 is #B9BD7F. Grayscale: #4A4A4A. Windows color (decimal): -12172672 or 8405574. OLE color: 8405574.

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

Color convert

RGB7066128-
CMYK0.450.4800.50
HSL243.87º31.96%38.04%-
HSV(B)243.87º48.44%50.2%-
XYZ8.376.7621.29-
YUV74.26158.33124.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 66 (26.17% from 255) = 25%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=26.52%
G=25%
B=48.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70661280.450.4800.50243.8731.9638.04
Hex4642802D30032f42026
Octal10610220055600623644046
Binary1000110100001010000000101101110000011001011110100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464280; }

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

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

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

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

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

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

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

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