Html Css Color HEX #464D84 Jacksons Purple

📋 copy color: '#464D84'

red 70 ◦ green 77 ◦ blue 132

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

Shades of Jacksons Purple #464D84

Tints of Jacksons Purple #464D84

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.6%

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 25.09%
G = 27.6%
B = 47.31%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#464D84 (or 0x464D84) is known color: Jacksons Purple. HEX triplet: 46, 4D and 84. RGB value is (70,77,132). Sum of RGB (Red+Green+Blue) = 70+77+132=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #464D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464D84 is #B9B27B. Grayscale: #505050. Windows color (decimal): -12169852 or 8670534. OLE color: 8670534.

HSL color Cylindrical-coordinate representation of color #464D84: hue angle of 233.23º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #464D84 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 77 132 -
CMYK 0.47 0.42 0 0.48
HSL 233.23º 0.31% 0.4% -
HSV(B) 233.23º 0.47% 0.52% -
XYZ 9.34 8.28 22.93 -
YUV 81.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 70 77 132 0.47 0.42 0 0.48 233.23 0.31 0.4
Hex 46 4D 84 2F 2A 0 30 E9 1F 28
Octal 106 115 204 57 52 0 60 351 37 50
Binary 1000110 1001101 10000100 101111 101010 0 110000 11101001 11111 101000

Color Harmonies of #464D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D84

Black with #464D84

Text Example


Text Example

White with #464D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,77,132); }

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

background-color css

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

 a { background-color: rgb(70,77,132); }

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

border-color css

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

 span { border-color: rgb(70,77,132); }

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