Html Css Color HEX #494E85 Jacksons Purple

📋 copy color: '#494E85'

red 73 ◦ green 78 ◦ blue 133

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

Shades of Jacksons Purple #494E85

Tints of Jacksons Purple #494E85

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.46%

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

R = 25.7%
G = 27.46%
B = 46.83%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#494E85 (or 0x494E85) is known color: Jacksons Purple. HEX triplet: 49, 4E and 85. RGB value is (73,78,133). Sum of RGB (Red+Green+Blue) = 73+78+133=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #494E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E85 is #B6B17A. Grayscale: #525252. Windows color (decimal): -11972987 or 8736329. OLE color: 8736329.

HSL color Cylindrical-coordinate representation of color #494E85: hue angle of 235º 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 #494E85 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 78 133 -
CMYK 0.45 0.41 0 0.48
HSL 235º 0.29% 0.4% -
HSV(B) 235º 0.45% 0.52% -
XYZ 9.71 8.56 23.33 -
YUV 82.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 73 78 133 0.45 0.41 0 0.48 235 0.29 0.4
Hex 49 4E 85 2D 29 0 30 EB 1D 28
Octal 111 116 205 55 51 0 60 353 35 50
Binary 1001001 1001110 10000101 101101 101001 0 110000 11101011 11101 101000

Color Harmonies of #494E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E85

Black with #494E85

Text Example


Text Example

White with #494E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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