#464A8C

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

Shades of Jacksons Purple #464A8C

Tints of Jacksons Purple #464A8C

Color information

#464A8C (or 0x464A8C) is unknown color: approx Jacksons Purple. HEX triplet: 46, 4A and 8C. RGB value is (70,74,140). Sum of RGB (Red+Green+Blue) = 70+74+140=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #464A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A8C is #B9B573. Grayscale: #505050. Windows color (decimal): -12170612 or 9194054. OLE color: 9194054.

HSL color Cylindrical-coordinate representation of color #464A8C: hue angle of 236.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464A8C is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7074140-
CMYK0.500.4700.45
HSL236.57º33.33%41.18%-
HSV(B)236.57º50%54.9%-
XYZ9.718.0925.86-
YUV80.33161.67120.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 74 (29.30% from 255) = 26.06%
BLUE value IS 140 (55.08% from 255) = 49.30%
R=24.65%
G=26.06%
B=49.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70741400.500.4700.45236.5733.3341.18
Hex464A8C322F02Ded2129
Octal10611221462570553554151
Binary1000110100101010001100110010101111010110111101101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464A8C; }

 p { color: rgb(70,74,140); }

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

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

 a { background-color: rgb(70,74,140); }

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

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

 span { border-color: rgb(70,74,140); }

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