Html Css Color HEX #464781 Jacksons Purple

📋 copy color: '#464781'

red 70 ◦ green 71 ◦ blue 129

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

Shades of Jacksons Purple #464781

Tints of Jacksons Purple #464781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 129 (50.78% from 255) = 47.78%

R = 25.93%
G = 26.3%
B = 47.78%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#464781 (or 0x464781) is known color: Jacksons Purple. HEX triplet: 46, 47 and 81. RGB value is (70,71,129). Sum of RGB (Red+Green+Blue) = 70+71+129=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #464781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464781 is #B9B87E. Grayscale: #4D4D4D. Windows color (decimal): -12171391 or 8472390. OLE color: 8472390.

HSL color Cylindrical-coordinate representation of color #464781: hue angle of 238.98º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #464781 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 71 129 -
CMYK 0.46 0.45 0 0.49
HSL 238.98º 0.3% 0.39% -
HSV(B) 238.98º 0.46% 0.51% -
XYZ 8.74 7.39 21.74 -
YUV 77.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 70 71 129 0.46 0.45 0 0.49 238.98 0.3 0.39
Hex 46 47 81 2E 2D 0 31 EF 1E 27
Octal 106 107 201 56 55 0 61 357 36 47
Binary 1000110 1000111 10000001 101110 101101 0 110001 11101111 11110 100111

Color Harmonies of #464781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464781

Black with #464781

Text Example


Text Example

White with #464781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464781; }

 p { color: rgb(70,71,129); }

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

background-color css

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

 a { background-color: rgb(70,71,129); }

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

border-color css

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

 span { border-color: rgb(70,71,129); }

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