Html Css Color HEX #494593 Dark Slate Blue

📋 copy color: '#494593'

red 73 ◦ green 69 ◦ blue 147

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

Shades of Dark Slate Blue #494593

Tints of Dark Slate Blue #494593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

 BLUE value IS 147 (57.81% from 255) = 50.87%

R = 25.26%
G = 23.88%
B = 50.87%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#494593 (or 0x494593) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 93. RGB value is (73,69,147). Sum of RGB (Red+Green+Blue) = 73+69+147=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #494593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494593 is #B6BA6C. Grayscale: #4E4E4E. Windows color (decimal): -11975277 or 9651529. OLE color: 9651529.

HSL color Cylindrical-coordinate representation of color #494593: hue angle of 243.08º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494593 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 69 147 -
CMYK 0.50 0.53 0 0.42
HSL 243.08º 0.36% 0.42% -
HSV(B) 243.08º 0.53% 0.58% -
XYZ 10.14 7.78 28.57 -
YUV 79.09 166.33 123.66 -
System Red Green Blue C M Y K H S L
Decimal 73 69 147 0.50 0.53 0 0.42 243.08 0.36 0.42
Hex 49 45 93 32 35 0 2A F3 24 2A
Octal 111 105 223 62 65 0 52 363 44 52
Binary 1001001 1000101 10010011 110010 110101 0 101010 11110011 100100 101010

Color Harmonies of #494593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494593

Black with #494593

Text Example


Text Example

White with #494593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494593; }

 p { color: rgb(73,69,147); }

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

background-color css

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

 a { background-color: rgb(73,69,147); }

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

border-color css

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

 span { border-color: rgb(73,69,147); }

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