Html Css Color HEX #494C87 Jacksons Purple

📋 copy color: '#494C87'

red 73 ◦ green 76 ◦ blue 135

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

Shades of Jacksons Purple #494C87

Tints of Jacksons Purple #494C87

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.76%

 BLUE value IS 135 (53.13% from 255) = 47.54%

R = 25.7%
G = 26.76%
B = 47.54%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#494C87 (or 0x494C87) is known color: Jacksons Purple. HEX triplet: 49, 4C and 87. RGB value is (73,76,135). Sum of RGB (Red+Green+Blue) = 73+76+135=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #494C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C87 is #B6B378. Grayscale: #515151. Windows color (decimal): -11973497 or 8866889. OLE color: 8866889.

HSL color Cylindrical-coordinate representation of color #494C87: hue angle of 237.1º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #494C87 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 76 135 -
CMYK 0.46 0.44 0 0.47
HSL 237.1º 0.3% 0.41% -
HSV(B) 237.1º 0.46% 0.53% -
XYZ 9.71 8.33 24.02 -
YUV 81.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 73 76 135 0.46 0.44 0 0.47 237.1 0.3 0.41
Hex 49 4C 87 2E 2C 0 2F ED 1E 29
Octal 111 114 207 56 54 0 57 355 36 51
Binary 1001001 1001100 10000111 101110 101100 0 101111 11101101 11110 101001

Color Harmonies of #494C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C87

Black with #494C87

Text Example


Text Example

White with #494C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,76,135); }

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

background-color css

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

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

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

border-color css

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

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

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