Html Css Color HEX #42468B Jacksons Purple

📋 copy color: '#42468B'

red 66 ◦ green 70 ◦ blue 139

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

Shades of Jacksons Purple #42468B

Tints of Jacksons Purple #42468B

RGB

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

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

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

R = 24%
G = 25.45%
B = 50.55%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42468B (or 0x42468B) is known color: Jacksons Purple. HEX triplet: 42, 46 and 8B. RGB value is (66,70,139). Sum of RGB (Red+Green+Blue) = 66+70+139=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #42468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42468B is #BDB974. Grayscale: #4C4C4C. Windows color (decimal): -12433781 or 9127490. OLE color: 9127490.

HSL color Cylindrical-coordinate representation of color #42468B: hue angle of 236.71º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42468B is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 70 139 -
CMYK 0.53 0.50 0 0.45
HSL 236.71º 0.36% 0.4% -
HSV(B) 236.71º 0.53% 0.55% -
XYZ 9.1 7.4 25.38 -
YUV 76.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 66 70 139 0.53 0.50 0 0.45 236.71 0.36 0.4
Hex 42 46 8B 35 32 0 2D ED 24 28
Octal 102 106 213 65 62 0 55 355 44 50
Binary 1000010 1000110 10001011 110101 110010 0 101101 11101101 100100 101000

Color Harmonies of #42468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42468B

Black with #42468B

Text Example


Text Example

White with #42468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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