Html Css Color HEX #494983 Jacksons Purple

📋 copy color: '#494983'

red 73 ◦ green 73 ◦ blue 131

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

Shades of Jacksons Purple #494983

Tints of Jacksons Purple #494983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

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

R = 26.35%
G = 26.35%
B = 47.29%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#494983 (or 0x494983) is known color: Jacksons Purple. HEX triplet: 49, 49 and 83. RGB value is (73,73,131). Sum of RGB (Red+Green+Blue) = 73+73+131=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #494983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494983 is #B6B67C. Grayscale: #4F4F4F. Windows color (decimal): -11974269 or 8603977. OLE color: 8603977.

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

Color convert

RGB 73 73 131 -
CMYK 0.44 0.44 0 0.49
HSL 240º 0.28% 0.4% -
HSV(B) 240º 0.44% 0.51% -
XYZ 9.23 7.82 22.5 -
YUV 79.61 157 123.28 -
System Red Green Blue C M Y K H S L
Decimal 73 73 131 0.44 0.44 0 0.49 240 0.28 0.4
Hex 49 49 83 2C 2C 0 31 F0 1C 28
Octal 111 111 203 54 54 0 61 360 34 50
Binary 1001001 1001001 10000011 101100 101100 0 110001 11110000 11100 101000

Color Harmonies of #494983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494983

Black with #494983

Text Example


Text Example

White with #494983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494983; }

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

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

background-color css

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

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

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

border-color css

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

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

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