#464A7C

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

Shades of Jacksons Purple #464A7C

Tints of Jacksons Purple #464A7C

Color information

#464A7C (or 0x464A7C) is unknown color: approx Jacksons Purple. HEX triplet: 46, 4A and 7C. RGB value is (70,74,124). Sum of RGB (Red+Green+Blue) = 70+74+124=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #464A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A7C is #B9B583. Grayscale: #4E4E4E. Windows color (decimal): -12170628 or 8145478. OLE color: 8145478.

HSL color Cylindrical-coordinate representation of color #464A7C: hue angle of 235.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #464A7C is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7074124-
CMYK0.440.4000.51
HSL235.56º27.84%38.04%-
HSV(B)235.56º43.55%48.63%-
XYZ8.617.6520.09-
YUV78.5153.67121.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 124 (48.83% from 255) = 46.27%
R=26.12%
G=27.61%
B=46.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70741240.440.4000.51235.5627.8438.04
Hex464A7C2C28033ec1c26
Octal10611217454500633543446
Binary10001101001010111110010110010100001100111110110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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