Html Css Color HEX #49467C Jacksons Purple

📋 copy color: '#49467C'

red 73 ◦ green 70 ◦ blue 124

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

Shades of Jacksons Purple #49467C

Tints of Jacksons Purple #49467C

RGB

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

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

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

R = 27.34%
G = 26.22%
B = 46.44%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49467C (or 0x49467C) is known color: Jacksons Purple. HEX triplet: 49, 46 and 7C. RGB value is (73,70,124). Sum of RGB (Red+Green+Blue) = 73+70+124=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #49467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49467C is #B6B983. Grayscale: #4C4C4C. Windows color (decimal): -11975044 or 8144457. OLE color: 8144457.

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

Color convert

RGB 73 70 124 -
CMYK 0.41 0.44 0 0.51
HSL 243.33º 0.28% 0.38% -
HSV(B) 243.33º 0.44% 0.49% -
XYZ 8.58 7.25 20.02 -
YUV 77.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 73 70 124 0.41 0.44 0 0.51 243.33 0.28 0.38
Hex 49 46 7C 29 2C 0 33 F3 1C 26
Octal 111 106 174 51 54 0 63 363 34 46
Binary 1001001 1000110 1111100 101001 101100 0 110011 11110011 11100 100110

Color Harmonies of #49467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49467C

Black with #49467C

Text Example


Text Example

White with #49467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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