Html Css Color HEX #494883 Jacksons Purple

📋 copy color: '#494883'

red 73 ◦ green 72 ◦ blue 131

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

Shades of Jacksons Purple #494883

Tints of Jacksons Purple #494883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.46%

R = 26.45%
G = 26.09%
B = 47.46%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#494883 (or 0x494883) is known color: Jacksons Purple. HEX triplet: 49, 48 and 83. RGB value is (73,72,131). Sum of RGB (Red+Green+Blue) = 73+72+131=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #494883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494883 is #B6B77C. Grayscale: #4E4E4E. Windows color (decimal): -11974525 or 8603721. OLE color: 8603721.

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

Color convert

RGB 73 72 131 -
CMYK 0.44 0.45 0 0.49
HSL 241.02º 0.29% 0.4% -
HSV(B) 241.02º 0.45% 0.51% -
XYZ 9.16 7.69 22.47 -
YUV 79.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 73 72 131 0.44 0.45 0 0.49 241.02 0.29 0.4
Hex 49 48 83 2C 2D 0 31 F1 1D 28
Octal 111 110 203 54 55 0 61 361 35 50
Binary 1001001 1001000 10000011 101100 101101 0 110001 11110001 11101 101000

Color Harmonies of #494883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494883

Black with #494883

Text Example


Text Example

White with #494883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494883; }

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

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

background-color css

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

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

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

border-color css

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

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

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