Html Css Color HEX #46488A Jacksons Purple

📋 copy color: '#46488A'

red 70 ◦ green 72 ◦ blue 138

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

Shades of Jacksons Purple #46488A

Tints of Jacksons Purple #46488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

 BLUE value IS 138 (54.3% from 255) = 49.29%

R = 25%
G = 25.71%
B = 49.29%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#46488A (or 0x46488A) is known color: Jacksons Purple. HEX triplet: 46, 48 and 8A. RGB value is (70,72,138). Sum of RGB (Red+Green+Blue) = 70+72+138=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #46488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46488A is #B9B775. Grayscale: #4E4E4E. Windows color (decimal): -12171126 or 9062470. OLE color: 9062470.

HSL color Cylindrical-coordinate representation of color #46488A: hue angle of 238.24º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46488A is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 72 138 -
CMYK 0.49 0.48 0 0.46
HSL 238.24º 0.33% 0.41% -
HSV(B) 238.24º 0.49% 0.54% -
XYZ 9.43 7.77 25.05 -
YUV 78.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 70 72 138 0.49 0.48 0 0.46 238.24 0.33 0.41
Hex 46 48 8A 31 30 0 2E EE 21 29
Octal 106 110 212 61 60 0 56 356 41 51
Binary 1000110 1001000 10001010 110001 110000 0 101110 11101110 100001 101001

Color Harmonies of #46488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46488A

Black with #46488A

Text Example


Text Example

White with #46488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46488A; }

 p { color: rgb(70,72,138); }

 H1.HeaderClassName
 {
   color: #46488A;
 }
 .AnyTagClassName
 {
   color: #46488A;
 }
</style>

background-color css

<style>
 a { background-color: #46488A; }

 a { background-color: rgb(70,72,138); }

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

border-color css

<style>
 span { border-color: #46488A; }

 span { border-color: rgb(70,72,138); }

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