#464C7C

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

Shades of Jacksons Purple #464C7C

Tints of Jacksons Purple #464C7C

Color information

#464C7C (or 0x464C7C) is unknown color: approx Jacksons Purple. HEX triplet: 46, 4C and 7C. RGB value is (70,76,124). Sum of RGB (Red+Green+Blue) = 70+76+124=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #464C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C7C is #B9B383. Grayscale: #4F4F4F. Windows color (decimal): -12170116 or 8145990. OLE color: 8145990.

HSL color Cylindrical-coordinate representation of color #464C7C: hue angle of 233.33º 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 #464C7C is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7076124-
CMYK0.440.3900.51
HSL233.33º27.84%38.04%-
HSV(B)233.33º43.55%48.63%-
XYZ8.757.9320.14-
YUV79.68153.01121.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=25.93%
G=28.15%
B=45.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70761240.440.3900.51233.3327.8438.04
Hex464C7C2C27033e91c26
Octal10611417454470633513446
Binary10001101001100111110010110010011101100111110100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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