Html Css Color HEX #494D85 Jacksons Purple

📋 copy color: '#494D85'

red 73 ◦ green 77 ◦ blue 133

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

Shades of Jacksons Purple #494D85

Tints of Jacksons Purple #494D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.21%

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

R = 25.8%
G = 27.21%
B = 47%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#494D85 (or 0x494D85) is known color: Jacksons Purple. HEX triplet: 49, 4D and 85. RGB value is (73,77,133). Sum of RGB (Red+Green+Blue) = 73+77+133=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #494D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D85 is #B6B27A. Grayscale: #515151. Windows color (decimal): -11973243 or 8736073. OLE color: 8736073.

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

Color convert

RGB 73 77 133 -
CMYK 0.45 0.42 0 0.48
HSL 236º 0.29% 0.4% -
HSV(B) 236º 0.45% 0.52% -
XYZ 9.64 8.42 23.31 -
YUV 82.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 73 77 133 0.45 0.42 0 0.48 236 0.29 0.4
Hex 49 4D 85 2D 2A 0 30 EC 1D 28
Octal 111 115 205 55 52 0 60 354 35 50
Binary 1001001 1001101 10000101 101101 101010 0 110000 11101100 11101 101000

Color Harmonies of #494D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D85

Black with #494D85

Text Example


Text Example

White with #494D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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