Html Css Color HEX #494D88 Jacksons Purple

📋 copy color: '#494D88'

red 73 ◦ green 77 ◦ blue 136

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

Shades of Jacksons Purple #494D88

Tints of Jacksons Purple #494D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 25.52%
G = 26.92%
B = 47.55%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#494D88 (or 0x494D88) is known color: Jacksons Purple. HEX triplet: 49, 4D and 88. RGB value is (73,77,136). Sum of RGB (Red+Green+Blue) = 73+77+136=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #494D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D88 is #B6B277. Grayscale: #525252. Windows color (decimal): -11973240 or 8932681. OLE color: 8932681.

HSL color Cylindrical-coordinate representation of color #494D88: hue angle of 236.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #494D88 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 77 136 -
CMYK 0.46 0.43 0 0.47
HSL 236.19º 0.3% 0.41% -
HSV(B) 236.19º 0.46% 0.53% -
XYZ 9.85 8.5 24.41 -
YUV 82.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 73 77 136 0.46 0.43 0 0.47 236.19 0.3 0.41
Hex 49 4D 88 2E 2B 0 2F EC 1E 29
Octal 111 115 210 56 53 0 57 354 36 51
Binary 1001001 1001101 10001000 101110 101011 0 101111 11101100 11110 101001

Color Harmonies of #494D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D88

Black with #494D88

Text Example


Text Example

White with #494D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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