Html Css Color HEX #48497C Jacksons Purple

📋 copy color: '#48497C'

red 72 ◦ green 73 ◦ blue 124

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

Shades of Jacksons Purple #48497C

Tints of Jacksons Purple #48497C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.14%

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

R = 26.77%
G = 27.14%
B = 46.1%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48497C (or 0x48497C) is known color: Jacksons Purple. HEX triplet: 48, 49 and 7C. RGB value is (72,73,124). Sum of RGB (Red+Green+Blue) = 72+73+124=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #48497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48497C is #B7B683. Grayscale: #4E4E4E. Windows color (decimal): -12039812 or 8145224. OLE color: 8145224.

HSL color Cylindrical-coordinate representation of color #48497C: hue angle of 238.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48497C is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 73 124 -
CMYK 0.42 0.41 0 0.51
HSL 238.85º 0.27% 0.38% -
HSV(B) 238.85º 0.42% 0.49% -
XYZ 8.69 7.6 20.08 -
YUV 78.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 72 73 124 0.42 0.41 0 0.51 238.85 0.27 0.38
Hex 48 49 7C 2A 29 0 33 EF 1B 26
Octal 110 111 174 52 51 0 63 357 33 46
Binary 1001000 1001001 1111100 101010 101001 0 110011 11101111 11011 100110

Color Harmonies of #48497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48497C

Black with #48497C

Text Example


Text Example

White with #48497C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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