Html Css Color HEX #494D7F Jacksons Purple

📋 copy color: '#494D7F'

red 73 ◦ green 77 ◦ blue 127

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

Shades of Jacksons Purple #494D7F

Tints of Jacksons Purple #494D7F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.8%

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

R = 26.35%
G = 27.8%
B = 45.85%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#494D7F (or 0x494D7F) is known color: Jacksons Purple. HEX triplet: 49, 4D and 7F. RGB value is (73,77,127). Sum of RGB (Red+Green+Blue) = 73+77+127=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #494D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D7F is #B6B280. Grayscale: #515151. Windows color (decimal): -11973249 or 8342857. OLE color: 8342857.

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

Color convert

RGB 73 77 127 -
CMYK 0.43 0.39 0 0.50
HSL 235.56º 0.27% 0.39% -
HSV(B) 235.56º 0.43% 0.5% -
XYZ 9.23 8.26 21.19 -
YUV 81.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 73 77 127 0.43 0.39 0 0.50 235.56 0.27 0.39
Hex 49 4D 7F 2B 27 0 32 EC 1B 27
Octal 111 115 177 53 47 0 62 354 33 47
Binary 1001001 1001101 1111111 101011 100111 0 110010 11101100 11011 100111

Color Harmonies of #494D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D7F

Black with #494D7F

Text Example


Text Example

White with #494D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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