Html Css Color HEX #494985 Jacksons Purple

📋 copy color: '#494985'

red 73 ◦ green 73 ◦ blue 133

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

Shades of Jacksons Purple #494985

Tints of Jacksons Purple #494985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.67%

R = 26.16%
G = 26.16%
B = 47.67%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#494985 (or 0x494985) is known color: Jacksons Purple. HEX triplet: 49, 49 and 85. RGB value is (73,73,133). Sum of RGB (Red+Green+Blue) = 73+73+133=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #494985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494985 is #B6B67A. Grayscale: #4F4F4F. Windows color (decimal): -11974267 or 8735049. OLE color: 8735049.

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

Color convert

RGB 73 73 133 -
CMYK 0.45 0.45 0 0.48
HSL 240º 0.29% 0.4% -
HSV(B) 240º 0.45% 0.52% -
XYZ 9.36 7.88 23.22 -
YUV 79.84 158 123.12 -
System Red Green Blue C M Y K H S L
Decimal 73 73 133 0.45 0.45 0 0.48 240 0.29 0.4
Hex 49 49 85 2D 2D 0 30 F0 1D 28
Octal 111 111 205 55 55 0 60 360 35 50
Binary 1001001 1001001 10000101 101101 101101 0 110000 11110000 11101 101000

Color Harmonies of #494985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494985

Black with #494985

Text Example


Text Example

White with #494985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494985; }

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

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

background-color css

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

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

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

border-color css

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

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

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