Html Css Color HEX #464585 Jacksons Purple

📋 copy color: '#464585'

red 70 ◦ green 69 ◦ blue 133

#464585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #464585

Tints of Jacksons Purple #464585

RGB

 RED value IS 70 (27.73% from 255) = 25.74%

 GREEN value IS 69 (27.34% from 255) = 25.37%

 BLUE value IS 133 (52.34% from 255) = 48.9%

R = 25.74%
G = 25.37%
B = 48.9%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#464585 (or 0x464585) is known color: Jacksons Purple. HEX triplet: 46, 45 and 85. RGB value is (70,69,133). Sum of RGB (Red+Green+Blue) = 70+69+133=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #464585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464585 is #B9BA7A. Grayscale: #4C4C4C. Windows color (decimal): -12171899 or 8734022. OLE color: 8734022.

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

Color convert

RGB 70 69 133 -
CMYK 0.47 0.48 0 0.48
HSL 240.94º 0.32% 0.4% -
HSV(B) 240.94º 0.48% 0.52% -
XYZ 8.89 7.25 23.12 -
YUV 76.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 70 69 133 0.47 0.48 0 0.48 240.94 0.32 0.4
Hex 46 45 85 2F 30 0 30 F1 20 28
Octal 106 105 205 57 60 0 60 361 40 50
Binary 1000110 1000101 10000101 101111 110000 0 110000 11110001 100000 101000

Color Harmonies of #464585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464585

Black with #464585

Text Example


Text Example

White with #464585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464585; }

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

 H1.HeaderClassName
 {
   color: #464585;
 }
 .AnyTagClassName
 {
   color: #464585;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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