Html Css Color HEX #464A82 Jacksons Purple

📋 copy color: '#464A82'

red 70 ◦ green 74 ◦ blue 130

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

Shades of Jacksons Purple #464A82

Tints of Jacksons Purple #464A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

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

R = 25.55%
G = 27.01%
B = 47.45%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#464A82 (or 0x464A82) is known color: Jacksons Purple. HEX triplet: 46, 4A and 82. RGB value is (70,74,130). Sum of RGB (Red+Green+Blue) = 70+74+130=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #464A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A82 is #B9B57D. Grayscale: #4E4E4E. Windows color (decimal): -12170622 or 8538694. OLE color: 8538694.

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

Color convert

RGB 70 74 130 -
CMYK 0.46 0.43 0 0.49
HSL 236º 0.3% 0.39% -
HSV(B) 236º 0.46% 0.51% -
XYZ 9 7.81 22.15 -
YUV 79.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 70 74 130 0.46 0.43 0 0.49 236 0.3 0.39
Hex 46 4A 82 2E 2B 0 31 EC 1E 27
Octal 106 112 202 56 53 0 61 354 36 47
Binary 1000110 1001010 10000010 101110 101011 0 110001 11101100 11110 100111

Color Harmonies of #464A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A82

Black with #464A82

Text Example


Text Example

White with #464A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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