#464A82

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

Shades of Jacksons Purple #464A82

Tints of Jacksons Purple #464A82

Color information

#464A82 (or 0x464A82) is unknown color: approx Jacksons Purple. HEX triplet: 46, 4A and 82. RGB value is (70,74,130). Sum of RGB (Red+Green+Blue) = 70+74+130=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #464A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A82 is #B9B57D. Grayscale: #4E4E4E. Windows color (decimal): -12170622 or 8538694. OLE color: 8538694.

HSL color Cylindrical-coordinate representation of color #464A82: hue angle of 236º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #464A82 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7074130-
CMYK0.460.4300.49
HSL236º30%39.22%-
HSV(B)236º46.15%50.98%-
XYZ97.8122.15-
YUV79.19156.67121.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 74 (29.30% from 255) = 27.01%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=25.55%
G=27.01%
B=47.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70741300.460.4300.492363039.22
Hex464A822E2B031ec1e27
Octal10611220256530613543647
Binary100011010010101000001010111010101101100011110110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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