Html Css Color HEX #494193 Dark Slate Blue

📋 copy color: '#494193'

red 73 ◦ green 65 ◦ blue 147

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

Shades of Dark Slate Blue #494193

Tints of Dark Slate Blue #494193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.81%

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

R = 25.61%
G = 22.81%
B = 51.58%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#494193 (or 0x494193) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 93. RGB value is (73,65,147). Sum of RGB (Red+Green+Blue) = 73+65+147=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #494193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494193 is #B6BE6C. Grayscale: #4C4C4C. Windows color (decimal): -11976301 or 9650505. OLE color: 9650505.

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

Color convert

RGB 73 65 147 -
CMYK 0.50 0.56 0 0.42
HSL 245.85º 0.39% 0.42% -
HSV(B) 245.85º 0.56% 0.58% -
XYZ 9.9 7.3 28.49 -
YUV 76.74 167.65 125.33 -
System Red Green Blue C M Y K H S L
Decimal 73 65 147 0.50 0.56 0 0.42 245.85 0.39 0.42
Hex 49 41 93 32 38 0 2A F6 27 2A
Octal 111 101 223 62 70 0 52 366 47 52
Binary 1001001 1000001 10010011 110010 111000 0 101010 11110110 100111 101010

Color Harmonies of #494193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494193

Black with #494193

Text Example


Text Example

White with #494193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494193; }

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

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

background-color css

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

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

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

border-color css

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

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

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