#464A8A

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

Shades of Jacksons Purple #464A8A

Tints of Jacksons Purple #464A8A

Color information

#464A8A (or 0x464A8A) is unknown color: approx Jacksons Purple. HEX triplet: 46, 4A and 8A. RGB value is (70,74,138). Sum of RGB (Red+Green+Blue) = 70+74+138=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #464A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A8A is #B9B575. Grayscale: #4F4F4F. Windows color (decimal): -12170614 or 9062982. OLE color: 9062982.

HSL color Cylindrical-coordinate representation of color #464A8A: hue angle of 236.47º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464A8A is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7074138-
CMYK0.490.4600.46
HSL236.47º32.69%40.78%-
HSV(B)236.47º49.28%54.12%-
XYZ9.568.0325.09-
YUV80.1160.67120.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 74 (29.30% from 255) = 26.24%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=24.82%
G=26.24%
B=48.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70741380.490.4600.46236.4732.6940.78
Hex464A8A312E02Eec2129
Octal10611221261560563544151
Binary1000110100101010001010110001101110010111011101100100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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