Html Css Color HEX #49447C Jacksons Purple

📋 copy color: '#49447C'

red 73 ◦ green 68 ◦ blue 124

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

Shades of Jacksons Purple #49447C

Tints of Jacksons Purple #49447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

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

R = 27.55%
G = 25.66%
B = 46.79%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49447C (or 0x49447C) is known color: Jacksons Purple. HEX triplet: 49, 44 and 7C. RGB value is (73,68,124). Sum of RGB (Red+Green+Blue) = 73+68+124=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #49447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49447C is #B6BB83. Grayscale: #4B4B4B. Windows color (decimal): -11975556 or 8143945. OLE color: 8143945.

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

Color convert

RGB 73 68 124 -
CMYK 0.41 0.45 0 0.51
HSL 245.36º 0.29% 0.38% -
HSV(B) 245.36º 0.45% 0.49% -
XYZ 8.45 7.01 19.98 -
YUV 75.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 73 68 124 0.41 0.45 0 0.51 245.36 0.29 0.38
Hex 49 44 7C 29 2D 0 33 F5 1D 26
Octal 111 104 174 51 55 0 63 365 35 46
Binary 1001001 1000100 1111100 101001 101101 0 110011 11110101 11101 100110

Color Harmonies of #49447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49447C

Black with #49447C

Text Example


Text Example

White with #49447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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