#464A85

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

Shades of Jacksons Purple #464A85

Tints of Jacksons Purple #464A85

Color information

#464A85 (or 0x464A85) is unknown color: approx Jacksons Purple. HEX triplet: 46, 4A and 85. RGB value is (70,74,133). Sum of RGB (Red+Green+Blue) = 70+74+133=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #464A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A85 is #B9B57A. Grayscale: #4F4F4F. Windows color (decimal): -12170619 or 8735302. OLE color: 8735302.

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

Color convert

RGB7074133-
CMYK0.470.4400.48
HSL236.19º31.03%39.8%-
HSV(B)236.19º47.37%52.16%-
XYZ9.217.8923.23-
YUV79.53158.17121.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=25.27%
G=26.71%
B=48.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70741330.470.4400.48236.1931.0339.8
Hex464A852F2C030ec1f28
Octal10611220557540603543750
Binary100011010010101000010110111110110001100001110110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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