Html Css Color HEX #494393 Dark Slate Blue

📋 copy color: '#494393'

red 73 ◦ green 67 ◦ blue 147

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

Shades of Dark Slate Blue #494393

Tints of Dark Slate Blue #494393

RGB

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

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

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

R = 25.44%
G = 23.34%
B = 51.22%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#494393 (or 0x494393) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 93. RGB value is (73,67,147). Sum of RGB (Red+Green+Blue) = 73+67+147=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #494393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494393 is #B6BC6C. Grayscale: #4D4D4D. Windows color (decimal): -11975789 or 9651017. OLE color: 9651017.

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

Color convert

RGB 73 67 147 -
CMYK 0.50 0.54 0 0.42
HSL 244.5º 0.37% 0.42% -
HSV(B) 244.5º 0.54% 0.58% -
XYZ 10.02 7.54 28.53 -
YUV 77.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 73 67 147 0.50 0.54 0 0.42 244.5 0.37 0.42
Hex 49 43 93 32 36 0 2A F4 25 2A
Octal 111 103 223 62 66 0 52 364 45 52
Binary 1001001 1000011 10010011 110010 110110 0 101010 11110100 100101 101010

Color Harmonies of #494393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494393

Black with #494393

Text Example


Text Example

White with #494393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494393; }

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

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

background-color css

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

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

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

border-color css

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

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

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