Html Css Color HEX #494C7F Jacksons Purple

📋 copy color: '#494C7F'

red 73 ◦ green 76 ◦ blue 127

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

Shades of Jacksons Purple #494C7F

Tints of Jacksons Purple #494C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.01%

R = 26.45%
G = 27.54%
B = 46.01%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#494C7F (or 0x494C7F) is known color: Jacksons Purple. HEX triplet: 49, 4C and 7F. RGB value is (73,76,127). Sum of RGB (Red+Green+Blue) = 73+76+127=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #494C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C7F is #B6B380. Grayscale: #505050. Windows color (decimal): -11973505 or 8342601. OLE color: 8342601.

HSL color Cylindrical-coordinate representation of color #494C7F: hue angle of 236.67º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #494C7F is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 76 127 -
CMYK 0.43 0.40 0 0.50
HSL 236.67º 0.27% 0.39% -
HSV(B) 236.67º 0.43% 0.5% -
XYZ 9.16 8.12 21.16 -
YUV 80.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 73 76 127 0.43 0.40 0 0.50 236.67 0.27 0.39
Hex 49 4C 7F 2B 28 0 32 ED 1B 27
Octal 111 114 177 53 50 0 62 355 33 47
Binary 1001001 1001100 1111111 101011 101000 0 110010 11101101 11011 100111

Color Harmonies of #494C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C7F

Black with #494C7F

Text Example


Text Example

White with #494C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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