Html Css Color HEX #494C7D Jacksons Purple

📋 copy color: '#494C7D'

red 73 ◦ green 76 ◦ blue 125

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

Shades of Jacksons Purple #494C7D

Tints of Jacksons Purple #494C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.62%

R = 26.64%
G = 27.74%
B = 45.62%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#494C7D (or 0x494C7D) is known color: Jacksons Purple. HEX triplet: 49, 4C and 7D. RGB value is (73,76,125). Sum of RGB (Red+Green+Blue) = 73+76+125=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #494C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C7D is #B6B382. Grayscale: #505050. Windows color (decimal): -11973507 or 8211529. OLE color: 8211529.

HSL color Cylindrical-coordinate representation of color #494C7D: hue angle of 236.54º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #494C7D is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 76 125 -
CMYK 0.42 0.39 0 0.51
HSL 236.54º 0.26% 0.39% -
HSV(B) 236.54º 0.42% 0.49% -
XYZ 9.03 8.07 20.48 -
YUV 80.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 73 76 125 0.42 0.39 0 0.51 236.54 0.26 0.39
Hex 49 4C 7D 2A 27 0 33 ED 1A 27
Octal 111 114 175 52 47 0 63 355 32 47
Binary 1001001 1001100 1111101 101010 100111 0 110011 11101101 11010 100111

Color Harmonies of #494C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C7D

Black with #494C7D

Text Example


Text Example

White with #494C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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