Html Css Color HEX #42468E Jacksons Purple

📋 copy color: '#42468E'

red 66 ◦ green 70 ◦ blue 142

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

Shades of Jacksons Purple #42468E

Tints of Jacksons Purple #42468E

RGB

 RED value IS 66 (26.17% from 255) = 23.74%

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

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

R = 23.74%
G = 25.18%
B = 51.08%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42468E (or 0x42468E) is known color: Jacksons Purple. HEX triplet: 42, 46 and 8E. RGB value is (66,70,142). Sum of RGB (Red+Green+Blue) = 66+70+142=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #42468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42468E is #BDB971. Grayscale: #4C4C4C. Windows color (decimal): -12433778 or 9324098. OLE color: 9324098.

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

Color convert

RGB 66 70 142 -
CMYK 0.54 0.51 0 0.44
HSL 236.84º 0.37% 0.41% -
HSV(B) 236.84º 0.54% 0.56% -
XYZ 9.32 7.49 26.55 -
YUV 77.01 164.67 120.15 -
System Red Green Blue C M Y K H S L
Decimal 66 70 142 0.54 0.51 0 0.44 236.84 0.37 0.41
Hex 42 46 8E 36 33 0 2C ED 25 29
Octal 102 106 216 66 63 0 54 355 45 51
Binary 1000010 1000110 10001110 110110 110011 0 101100 11101101 100101 101001

Color Harmonies of #42468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42468E

Black with #42468E

Text Example


Text Example

White with #42468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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