Html Css Color HEX #49477E Jacksons Purple

📋 copy color: '#49477E'

red 73 ◦ green 71 ◦ blue 126

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

Shades of Jacksons Purple #49477E

Tints of Jacksons Purple #49477E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 126 (49.61% from 255) = 46.67%

R = 27.04%
G = 26.3%
B = 46.67%

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

#49477E (or 0x49477E) is known color: Jacksons Purple. HEX triplet: 49, 47 and 7E. RGB value is (73,71,126). Sum of RGB (Red+Green+Blue) = 73+71+126=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #49477E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49477E is #B6B881. Grayscale: #4D4D4D. Windows color (decimal): -11974786 or 8275785. OLE color: 8275785.

HSL color Cylindrical-coordinate representation of color #49477E: hue angle of 242.18º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49477E is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 71 126 -
CMYK 0.42 0.44 0 0.51
HSL 242.18º 0.28% 0.39% -
HSV(B) 242.18º 0.44% 0.49% -
XYZ 8.77 7.43 20.71 -
YUV 77.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 73 71 126 0.42 0.44 0 0.51 242.18 0.28 0.39
Hex 49 47 7E 2A 2C 0 33 F2 1C 27
Octal 111 107 176 52 54 0 63 362 34 47
Binary 1001001 1000111 1111110 101010 101100 0 110011 11110010 11100 100111

Color Harmonies of #49477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49477E

Black with #49477E

Text Example


Text Example

White with #49477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49477E; }

 p { color: rgb(73,71,126); }

 H1.HeaderClassName
 {
   color: #49477E;
 }
 .AnyTagClassName
 {
   color: #49477E;
 }
</style>

background-color css

<style>
 a { background-color: #49477E; }

 a { background-color: rgb(73,71,126); }

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

border-color css

<style>
 span { border-color: #49477E; }

 span { border-color: rgb(73,71,126); }

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