Html Css Color HEX #494195 Dark Slate Blue

📋 copy color: '#494195'

red 73 ◦ green 65 ◦ blue 149

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

Shades of Dark Slate Blue #494195

Tints of Dark Slate Blue #494195

RGB

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

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

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

R = 25.44%
G = 22.65%
B = 51.92%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#494195 (or 0x494195) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 95. RGB value is (73,65,149). Sum of RGB (Red+Green+Blue) = 73+65+149=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #494195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494195 is #B6BE6A. Grayscale: #4C4C4C. Windows color (decimal): -11976299 or 9781577. OLE color: 9781577.

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

Color convert

RGB 73 65 149 -
CMYK 0.51 0.56 0 0.42
HSL 245.71º 0.39% 0.42% -
HSV(B) 245.71º 0.56% 0.58% -
XYZ 10.06 7.37 29.33 -
YUV 76.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 73 65 149 0.51 0.56 0 0.42 245.71 0.39 0.42
Hex 49 41 95 33 38 0 2A F6 27 2A
Octal 111 101 225 63 70 0 52 366 47 52
Binary 1001001 1000001 10010101 110011 111000 0 101010 11110110 100111 101010

Color Harmonies of #494195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494195

Black with #494195

Text Example


Text Example

White with #494195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494195; }

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

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

background-color css

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

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

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

border-color css

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

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

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