Html Css Color HEX #494391 Dark Slate Blue

📋 copy color: '#494391'

red 73 ◦ green 67 ◦ blue 145

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

Shades of Dark Slate Blue #494391

Tints of Dark Slate Blue #494391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

 BLUE value IS 145 (57.03% from 255) = 50.88%

R = 25.61%
G = 23.51%
B = 50.88%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#494391 (or 0x494391) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 91. RGB value is (73,67,145). Sum of RGB (Red+Green+Blue) = 73+67+145=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #494391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494391 is #B6BC6E. Grayscale: #4D4D4D. Windows color (decimal): -11975791 or 9519945. OLE color: 9519945.

HSL color Cylindrical-coordinate representation of color #494391: hue angle of 244.62º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #494391 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 67 145 -
CMYK 0.50 0.54 0 0.43
HSL 244.62º 0.37% 0.42% -
HSV(B) 244.62º 0.54% 0.57% -
XYZ 9.87 7.48 27.71 -
YUV 77.69 165.99 124.66 -
System Red Green Blue C M Y K H S L
Decimal 73 67 145 0.50 0.54 0 0.43 244.62 0.37 0.42
Hex 49 43 91 32 36 0 2B F5 25 2A
Octal 111 103 221 62 66 0 53 365 45 52
Binary 1001001 1000011 10010001 110010 110110 0 101011 11110101 100101 101010

Color Harmonies of #494391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494391

Black with #494391

Text Example


Text Example

White with #494391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494391; }

 p { color: rgb(73,67,145); }

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

background-color css

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

 a { background-color: rgb(73,67,145); }

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

border-color css

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

 span { border-color: rgb(73,67,145); }

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