Html Css Color HEX #464989 Jacksons Purple

📋 copy color: '#464989'

red 70 ◦ green 73 ◦ blue 137

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

Shades of Jacksons Purple #464989

Tints of Jacksons Purple #464989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.93%

R = 25%
G = 26.07%
B = 48.93%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#464989 (or 0x464989) is known color: Jacksons Purple. HEX triplet: 46, 49 and 89. RGB value is (70,73,137). Sum of RGB (Red+Green+Blue) = 70+73+137=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #464989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464989 is #B9B676. Grayscale: #4F4F4F. Windows color (decimal): -12170871 or 8997190. OLE color: 8997190.

HSL color Cylindrical-coordinate representation of color #464989: hue angle of 237.31º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464989 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 73 137 -
CMYK 0.49 0.47 0 0.46
HSL 237.31º 0.32% 0.41% -
HSV(B) 237.31º 0.49% 0.54% -
XYZ 9.42 7.87 24.69 -
YUV 79.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 70 73 137 0.49 0.47 0 0.46 237.31 0.32 0.41
Hex 46 49 89 31 2F 0 2E ED 20 29
Octal 106 111 211 61 57 0 56 355 40 51
Binary 1000110 1001001 10001001 110001 101111 0 101110 11101101 100000 101001

Color Harmonies of #464989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464989

Black with #464989

Text Example


Text Example

White with #464989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464989; }

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

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

background-color css

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

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

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

border-color css

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

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

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