Html Css Color HEX #49487E Jacksons Purple

📋 copy color: '#49487E'

red 73 ◦ green 72 ◦ blue 126

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

Shades of Jacksons Purple #49487E

Tints of Jacksons Purple #49487E

RGB

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

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

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

R = 26.94%
G = 26.57%
B = 46.49%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49487E (or 0x49487E) is known color: Jacksons Purple. HEX triplet: 49, 48 and 7E. RGB value is (73,72,126). Sum of RGB (Red+Green+Blue) = 73+72+126=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 126 - color contains mainly: blue. Hex color #49487E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49487E is #B6B781. Grayscale: #4E4E4E. Windows color (decimal): -11974530 or 8276041. OLE color: 8276041.

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

Color convert

RGB 73 72 126 -
CMYK 0.42 0.43 0 0.51
HSL 241.11º 0.27% 0.39% -
HSV(B) 241.11º 0.43% 0.49% -
XYZ 8.83 7.56 20.73 -
YUV 78.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 73 72 126 0.42 0.43 0 0.51 241.11 0.27 0.39
Hex 49 48 7E 2A 2B 0 33 F1 1B 27
Octal 111 110 176 52 53 0 63 361 33 47
Binary 1001001 1001000 1111110 101010 101011 0 110011 11110001 11011 100111

Color Harmonies of #49487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49487E

Black with #49487E

Text Example


Text Example

White with #49487E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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