#464B7C

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

Shades of Jacksons Purple #464B7C

Tints of Jacksons Purple #464B7C

Color information

#464B7C (or 0x464B7C) is unknown color: approx Jacksons Purple. HEX triplet: 46, 4B and 7C. RGB value is (70,75,124). Sum of RGB (Red+Green+Blue) = 70+75+124=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #464B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B7C is #B9B483. Grayscale: #4E4E4E. Windows color (decimal): -12170372 or 8145734. OLE color: 8145734.

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

Color convert

RGB7075124-
CMYK0.440.4000.51
HSL234.44º27.84%38.04%-
HSV(B)234.44º43.55%48.63%-
XYZ8.687.7920.11-
YUV79.09153.34121.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=26.02%
G=27.88%
B=46.10%

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
Decimal70751240.440.4000.51234.4427.8438.04
Hex464B7C2C28033ea1c26
Octal10611317454500633523446
Binary10001101001011111110010110010100001100111110101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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