Html Css Color HEX #464B8B Jacksons Purple

📋 copy color: '#464B8B'

red 70 ◦ green 75 ◦ blue 139

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

Shades of Jacksons Purple #464B8B

Tints of Jacksons Purple #464B8B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.41%

 BLUE value IS 139 (54.69% from 255) = 48.94%

R = 24.65%
G = 26.41%
B = 48.94%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#464B8B (or 0x464B8B) is known color: Jacksons Purple. HEX triplet: 46, 4B and 8B. RGB value is (70,75,139). Sum of RGB (Red+Green+Blue) = 70+75+139=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #464B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464B8B is #B9B474. Grayscale: #505050. Windows color (decimal): -12170357 or 9128774. OLE color: 9128774.

HSL color Cylindrical-coordinate representation of color #464B8B: hue angle of 235.65º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464B8B is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 75 139 -
CMYK 0.50 0.46 0 0.45
HSL 235.65º 0.33% 0.41% -
HSV(B) 235.65º 0.5% 0.55% -
XYZ 9.7 8.2 25.5 -
YUV 80.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 70 75 139 0.50 0.46 0 0.45 235.65 0.33 0.41
Hex 46 4B 8B 32 2E 0 2D EC 21 29
Octal 106 113 213 62 56 0 55 354 41 51
Binary 1000110 1001011 10001011 110010 101110 0 101101 11101100 100001 101001

Color Harmonies of #464B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B8B

Black with #464B8B

Text Example


Text Example

White with #464B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,75,139); }

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

background-color css

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

 a { background-color: rgb(70,75,139); }

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

border-color css

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

 span { border-color: rgb(70,75,139); }

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