Html Css Color HEX #494C85 Jacksons Purple

📋 copy color: '#494C85'

red 73 ◦ green 76 ◦ blue 133

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

Shades of Jacksons Purple #494C85

Tints of Jacksons Purple #494C85

RGB

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

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

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

R = 25.89%
G = 26.95%
B = 47.16%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#494C85 (or 0x494C85) is known color: Jacksons Purple. HEX triplet: 49, 4C and 85. RGB value is (73,76,133). Sum of RGB (Red+Green+Blue) = 73+76+133=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #494C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C85 is #B6B37A. Grayscale: #515151. Windows color (decimal): -11973499 or 8735817. OLE color: 8735817.

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

Color convert

RGB 73 76 133 -
CMYK 0.45 0.43 0 0.48
HSL 237º 0.29% 0.4% -
HSV(B) 237º 0.45% 0.52% -
XYZ 9.57 8.28 23.28 -
YUV 81.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 73 76 133 0.45 0.43 0 0.48 237 0.29 0.4
Hex 49 4C 85 2D 2B 0 30 ED 1D 28
Octal 111 114 205 55 53 0 60 355 35 50
Binary 1001001 1001100 10000101 101101 101011 0 110000 11101101 11101 101000

Color Harmonies of #494C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C85

Black with #494C85

Text Example


Text Example

White with #494C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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