Html Css Color HEX #49487C Jacksons Purple

📋 copy color: '#49487C'

red 73 ◦ green 72 ◦ blue 124

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

Shades of Jacksons Purple #49487C

Tints of Jacksons Purple #49487C

RGB

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

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

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

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

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49487C (or 0x49487C) is known color: Jacksons Purple. HEX triplet: 49, 48 and 7C. RGB value is (73,72,124). Sum of RGB (Red+Green+Blue) = 73+72+124=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 72 (28.52% from 255 or 26.77% 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 #49487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49487C is #B6B783. Grayscale: #4E4E4E. Windows color (decimal): -11974532 or 8144969. OLE color: 8144969.

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

Color convert

RGB 73 72 124 -
CMYK 0.41 0.42 0 0.51
HSL 241.15º 0.27% 0.38% -
HSV(B) 241.15º 0.42% 0.49% -
XYZ 8.7 7.51 20.06 -
YUV 78.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 73 72 124 0.41 0.42 0 0.51 241.15 0.27 0.38
Hex 49 48 7C 29 2A 0 33 F1 1B 26
Octal 111 110 174 51 52 0 63 361 33 46
Binary 1001001 1001000 1111100 101001 101010 0 110011 11110001 11011 100110

Color Harmonies of #49487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49487C

Black with #49487C

Text Example


Text Example

White with #49487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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