Html Css Color HEX #40468E Jacksons Purple

📋 copy color: '#40468E'

red 64 ◦ green 70 ◦ blue 142

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

Shades of Jacksons Purple #40468E

Tints of Jacksons Purple #40468E

RGB

 RED value IS 64 (25.39% from 255) = 23.19%

 GREEN value IS 70 (27.73% from 255) = 25.36%

 BLUE value IS 142 (55.86% from 255) = 51.45%

R = 23.19%
G = 25.36%
B = 51.45%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40468E (or 0x40468E) is known color: Jacksons Purple. HEX triplet: 40, 46 and 8E. RGB value is (64,70,142). Sum of RGB (Red+Green+Blue) = 64+70+142=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #40468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40468E is #BFB971. Grayscale: #4C4C4C. Windows color (decimal): -12564850 or 9324096. OLE color: 9324096.

HSL color Cylindrical-coordinate representation of color #40468E: hue angle of 235.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40468E is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 70 142 -
CMYK 0.55 0.51 0 0.44
HSL 235.38º 0.38% 0.4% -
HSV(B) 235.38º 0.55% 0.56% -
XYZ 9.19 7.42 26.54 -
YUV 76.41 165.01 119.15 -
System Red Green Blue C M Y K H S L
Decimal 64 70 142 0.55 0.51 0 0.44 235.38 0.38 0.4
Hex 40 46 8E 37 33 0 2C EB 26 28
Octal 100 106 216 67 63 0 54 353 46 50
Binary 1000000 1000110 10001110 110111 110011 0 101100 11101011 100110 101000

Color Harmonies of #40468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40468E

Black with #40468E

Text Example


Text Example

White with #40468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40468E; }

 p { color: rgb(64,70,142); }

 H1.HeaderClassName
 {
   color: #40468E;
 }
 .AnyTagClassName
 {
   color: #40468E;
 }
</style>

background-color css

<style>
 a { background-color: #40468E; }

 a { background-color: rgb(64,70,142); }

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

border-color css

<style>
 span { border-color: #40468E; }

 span { border-color: rgb(64,70,142); }

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