Html Css Color HEX #464E82 Jacksons Purple

📋 copy color: '#464E82'

red 70 ◦ green 78 ◦ blue 130

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

Shades of Jacksons Purple #464E82

Tints of Jacksons Purple #464E82

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.06%

 BLUE value IS 130 (51.17% from 255) = 46.76%

R = 25.18%
G = 28.06%
B = 46.76%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#464E82 (or 0x464E82) is known color: Jacksons Purple. HEX triplet: 46, 4E and 82. RGB value is (70,78,130). Sum of RGB (Red+Green+Blue) = 70+78+130=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #464E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E82 is #B9B17D. Grayscale: #515151. Windows color (decimal): -12169598 or 8539718. OLE color: 8539718.

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

Color convert

RGB 70 78 130 -
CMYK 0.46 0.40 0 0.49
HSL 232º 0.3% 0.39% -
HSV(B) 232º 0.46% 0.51% -
XYZ 9.28 8.36 22.24 -
YUV 81.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 70 78 130 0.46 0.40 0 0.49 232 0.3 0.39
Hex 46 4E 82 2E 28 0 31 E8 1E 27
Octal 106 116 202 56 50 0 61 350 36 47
Binary 1000110 1001110 10000010 101110 101000 0 110001 11101000 11110 100111

Color Harmonies of #464E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E82

Black with #464E82

Text Example


Text Example

White with #464E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464E82; }

 p { color: rgb(70,78,130); }

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

background-color css

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

 a { background-color: rgb(70,78,130); }

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

border-color css

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

 span { border-color: rgb(70,78,130); }

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