Html Css Color HEX #464980 Jacksons Purple

📋 copy color: '#464980'

red 70 ◦ green 73 ◦ blue 128

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

Shades of Jacksons Purple #464980

Tints of Jacksons Purple #464980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

 BLUE value IS 128 (50.39% from 255) = 47.23%

R = 25.83%
G = 26.94%
B = 47.23%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#464980 (or 0x464980) is known color: Jacksons Purple. HEX triplet: 46, 49 and 80. RGB value is (70,73,128). Sum of RGB (Red+Green+Blue) = 70+73+128=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #464980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464980 is #B9B67F. Grayscale: #4E4E4E. Windows color (decimal): -12170880 or 8407366. OLE color: 8407366.

HSL color Cylindrical-coordinate representation of color #464980: hue angle of 236.9º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #464980 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 73 128 -
CMYK 0.45 0.43 0 0.50
HSL 236.9º 0.29% 0.39% -
HSV(B) 236.9º 0.45% 0.5% -
XYZ 8.8 7.63 21.43 -
YUV 78.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 70 73 128 0.45 0.43 0 0.50 236.9 0.29 0.39
Hex 46 49 80 2D 2B 0 32 ED 1D 27
Octal 106 111 200 55 53 0 62 355 35 47
Binary 1000110 1001001 10000000 101101 101011 0 110010 11101101 11101 100111

Color Harmonies of #464980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464980

Black with #464980

Text Example


Text Example

White with #464980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464980; }

 p { color: rgb(70,73,128); }

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

background-color css

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

 a { background-color: rgb(70,73,128); }

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

border-color css

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

 span { border-color: rgb(70,73,128); }

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