Html Css Color HEX #464E83 Jacksons Purple

📋 copy color: '#464E83'

red 70 ◦ green 78 ◦ blue 131

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

Shades of Jacksons Purple #464E83

Tints of Jacksons Purple #464E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.95%

R = 25.09%
G = 27.96%
B = 46.95%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#464E83 (or 0x464E83) is known color: Jacksons Purple. HEX triplet: 46, 4E and 83. RGB value is (70,78,131). Sum of RGB (Red+Green+Blue) = 70+78+131=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #464E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E83 is #B9B17C. Grayscale: #515151. Windows color (decimal): -12169597 or 8605254. OLE color: 8605254.

HSL color Cylindrical-coordinate representation of color #464E83: hue angle of 232.13º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #464E83 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 78 131 -
CMYK 0.47 0.40 0 0.49
HSL 232.13º 0.3% 0.39% -
HSV(B) 232.13º 0.47% 0.51% -
XYZ 9.35 8.39 22.6 -
YUV 81.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 70 78 131 0.47 0.40 0 0.49 232.13 0.3 0.39
Hex 46 4E 83 2F 28 0 31 E8 1E 27
Octal 106 116 203 57 50 0 61 350 36 47
Binary 1000110 1001110 10000011 101111 101000 0 110001 11101000 11110 100111

Color Harmonies of #464E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E83

Black with #464E83

Text Example


Text Example

White with #464E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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