Html Css Color HEX #464889 Jacksons Purple

📋 copy color: '#464889'

red 70 ◦ green 72 ◦ blue 137

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

Shades of Jacksons Purple #464889

Tints of Jacksons Purple #464889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

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

R = 25.09%
G = 25.81%
B = 49.1%

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

#464889 (or 0x464889) is known color: Jacksons Purple. HEX triplet: 46, 48 and 89. RGB value is (70,72,137). Sum of RGB (Red+Green+Blue) = 70+72+137=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #464889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464889 is #B9B776. Grayscale: #4E4E4E. Windows color (decimal): -12171127 or 8996934. OLE color: 8996934.

HSL color Cylindrical-coordinate representation of color #464889: hue angle of 238.21º 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 #464889 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 72 137 -
CMYK 0.49 0.47 0 0.46
HSL 238.21º 0.32% 0.41% -
HSV(B) 238.21º 0.49% 0.54% -
XYZ 9.36 7.74 24.67 -
YUV 78.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 70 72 137 0.49 0.47 0 0.46 238.21 0.32 0.41
Hex 46 48 89 31 2F 0 2E EE 20 29
Octal 106 110 211 61 57 0 56 356 40 51
Binary 1000110 1001000 10001001 110001 101111 0 101110 11101110 100000 101001

Color Harmonies of #464889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464889

Black with #464889

Text Example


Text Example

White with #464889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464889; }

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

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

background-color css

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

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

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

border-color css

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

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

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