Html Css Color HEX #494C81 Jacksons Purple

📋 copy color: '#494C81'

red 73 ◦ green 76 ◦ blue 129

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

Shades of Jacksons Purple #494C81

Tints of Jacksons Purple #494C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 26.26%
G = 27.34%
B = 46.4%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#494C81 (or 0x494C81) is known color: Jacksons Purple. HEX triplet: 49, 4C and 81. RGB value is (73,76,129). Sum of RGB (Red+Green+Blue) = 73+76+129=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #494C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C81 is #B6B37E. Grayscale: #505050. Windows color (decimal): -11973503 or 8473673. OLE color: 8473673.

HSL color Cylindrical-coordinate representation of color #494C81: hue angle of 236.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #494C81 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 76 129 -
CMYK 0.43 0.41 0 0.49
HSL 236.79º 0.28% 0.4% -
HSV(B) 236.79º 0.43% 0.51% -
XYZ 9.29 8.17 21.86 -
YUV 81.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 73 76 129 0.43 0.41 0 0.49 236.79 0.28 0.4
Hex 49 4C 81 2B 29 0 31 ED 1C 28
Octal 111 114 201 53 51 0 61 355 34 50
Binary 1001001 1001100 10000001 101011 101001 0 110001 11101101 11100 101000

Color Harmonies of #494C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C81

Black with #494C81

Text Example


Text Example

White with #494C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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