Html Css Color HEX #494395 Dark Slate Blue

📋 copy color: '#494395'

red 73 ◦ green 67 ◦ blue 149

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

Shades of Dark Slate Blue #494395

Tints of Dark Slate Blue #494395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 25.26%
G = 23.18%
B = 51.56%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#494395 (or 0x494395) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 95. RGB value is (73,67,149). Sum of RGB (Red+Green+Blue) = 73+67+149=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #494395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494395 is #B6BC6A. Grayscale: #4D4D4D. Windows color (decimal): -11975787 or 9782089. OLE color: 9782089.

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

Color convert

RGB 73 67 149 -
CMYK 0.51 0.55 0 0.42
HSL 244.39º 0.38% 0.42% -
HSV(B) 244.39º 0.55% 0.58% -
XYZ 10.18 7.6 29.36 -
YUV 78.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 73 67 149 0.51 0.55 0 0.42 244.39 0.38 0.42
Hex 49 43 95 33 37 0 2A F4 26 2A
Octal 111 103 225 63 67 0 52 364 46 52
Binary 1001001 1000011 10010101 110011 110111 0 101010 11110100 100110 101010

Color Harmonies of #494395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494395

Black with #494395

Text Example


Text Example

White with #494395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494395; }

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

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

background-color css

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

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

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

border-color css

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

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

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