Html Css Color HEX #48467E Jacksons Purple

📋 copy color: '#48467E'

red 72 ◦ green 70 ◦ blue 126

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

Shades of Jacksons Purple #48467E

Tints of Jacksons Purple #48467E

RGB

 RED value IS 72 (28.52% from 255) = 26.87%

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

 BLUE value IS 126 (49.61% from 255) = 47.01%

R = 26.87%
G = 26.12%
B = 47.01%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48467E (or 0x48467E) is known color: Jacksons Purple. HEX triplet: 48, 46 and 7E. RGB value is (72,70,126). Sum of RGB (Red+Green+Blue) = 72+70+126=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #48467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48467E is #B7B981. Grayscale: #4C4C4C. Windows color (decimal): -12040578 or 8275528. OLE color: 8275528.

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

Color convert

RGB 72 70 126 -
CMYK 0.43 0.44 0 0.51
HSL 242.14º 0.29% 0.38% -
HSV(B) 242.14º 0.44% 0.49% -
XYZ 8.63 7.26 20.69 -
YUV 76.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 72 70 126 0.43 0.44 0 0.51 242.14 0.29 0.38
Hex 48 46 7E 2B 2C 0 33 F2 1D 26
Octal 110 106 176 53 54 0 63 362 35 46
Binary 1001000 1000110 1111110 101011 101100 0 110011 11110010 11101 100110

Color Harmonies of #48467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48467E

Black with #48467E

Text Example


Text Example

White with #48467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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