Html Css Color HEX #48467C Jacksons Purple

📋 copy color: '#48467C'

red 72 ◦ green 70 ◦ blue 124

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

Shades of Jacksons Purple #48467C

Tints of Jacksons Purple #48467C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 27.07%
G = 26.32%
B = 46.62%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48467C (or 0x48467C) is known color: Jacksons Purple. HEX triplet: 48, 46 and 7C. RGB value is (72,70,124). Sum of RGB (Red+Green+Blue) = 72+70+124=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #48467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48467C is #B7B983. Grayscale: #4C4C4C. Windows color (decimal): -12040580 or 8144456. OLE color: 8144456.

HSL color Cylindrical-coordinate representation of color #48467C: hue angle of 242.22º degrees, saturation: 0.28, 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 #48467C is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 70 124 -
CMYK 0.42 0.44 0 0.51
HSL 242.22º 0.28% 0.38% -
HSV(B) 242.22º 0.44% 0.49% -
XYZ 8.5 7.21 20.01 -
YUV 76.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 72 70 124 0.42 0.44 0 0.51 242.22 0.28 0.38
Hex 48 46 7C 2A 2C 0 33 F2 1C 26
Octal 110 106 174 52 54 0 63 362 34 46
Binary 1001000 1000110 1111100 101010 101100 0 110011 11110010 11100 100110

Color Harmonies of #48467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48467C

Black with #48467C

Text Example


Text Example

White with #48467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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