#464988

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

Shades of Jacksons Purple #464988

Tints of Jacksons Purple #464988

Color information

#464988 (or 0x464988) is unknown color: approx Jacksons Purple. HEX triplet: 46, 49 and 88. RGB value is (70,73,136). Sum of RGB (Red+Green+Blue) = 70+73+136=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #464988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464988 is #B9B677. Grayscale: #4F4F4F. Windows color (decimal): -12170872 or 8931654. OLE color: 8931654.

HSL color Cylindrical-coordinate representation of color #464988: hue angle of 237.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464988 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7073136-
CMYK0.490.4600.47
HSL237.27º32.04%40.39%-
HSV(B)237.27º48.53%53.33%-
XYZ9.357.8424.31-
YUV79.28160.01121.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=25.09%
G=26.16%
B=48.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70731360.490.4600.47237.2732.0440.39
Hex464988312E02Fed2028
Octal10611121061560573554050
Binary1000110100100110001000110001101110010111111101101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464988; }

 p { color: rgb(70,73,136); }

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

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

 a { background-color: rgb(70,73,136); }

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

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

 span { border-color: rgb(70,73,136); }

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