Html Css Color HEX #494493 Dark Slate Blue

📋 copy color: '#494493'

red 73 ◦ green 68 ◦ blue 147

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

Shades of Dark Slate Blue #494493

Tints of Dark Slate Blue #494493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.61%

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

R = 25.35%
G = 23.61%
B = 51.04%

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

#494493 (or 0x494493) is known color: Dark Slate Blue. HEX triplet: 49, 44 and 93. RGB value is (73,68,147). Sum of RGB (Red+Green+Blue) = 73+68+147=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #494493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494493 is #B6BB6C. Grayscale: #4E4E4E. Windows color (decimal): -11975533 or 9651273. OLE color: 9651273.

HSL color Cylindrical-coordinate representation of color #494493: hue angle of 243.8º 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 #494493 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 68 147 -
CMYK 0.50 0.54 0 0.42
HSL 243.8º 0.37% 0.42% -
HSV(B) 243.8º 0.54% 0.58% -
XYZ 10.08 7.66 28.55 -
YUV 78.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 73 68 147 0.50 0.54 0 0.42 243.8 0.37 0.42
Hex 49 44 93 32 36 0 2A F4 25 2A
Octal 111 104 223 62 66 0 52 364 45 52
Binary 1001001 1000100 10010011 110010 110110 0 101010 11110100 100101 101010

Color Harmonies of #494493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494493

Black with #494493

Text Example


Text Example

White with #494493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494493; }

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

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

background-color css

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

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

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

border-color css

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

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

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