Html Css Color HEX #494192 Dark Slate Blue

📋 copy color: '#494192'

red 73 ◦ green 65 ◦ blue 146

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

Shades of Dark Slate Blue #494192

Tints of Dark Slate Blue #494192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.41%

R = 25.7%
G = 22.89%
B = 51.41%

CMYK

 C value IS 0.5

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#494192 (or 0x494192) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 92. RGB value is (73,65,146). Sum of RGB (Red+Green+Blue) = 73+65+146=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #494192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494192 is #B6BE6D. Grayscale: #4C4C4C. Windows color (decimal): -11976302 or 9584969. OLE color: 9584969.

HSL color Cylindrical-coordinate representation of color #494192: hue angle of 245.93º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #494192 is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 65 146 -
CMYK 0.5 0.55 0 0.43
HSL 245.93º 0.38% 0.41% -
HSV(B) 245.93º 0.55% 0.57% -
XYZ 9.83 7.27 28.08 -
YUV 76.63 167.15 125.41 -
System Red Green Blue C M Y K H S L
Decimal 73 65 146 0.5 0.55 0 0.43 245.93 0.38 0.41
Hex 49 41 92 32 37 0 2B F6 26 29
Octal 111 101 222 62 67 0 53 366 46 51
Binary 1001001 1000001 10010010 110010 110111 0 101011 11110110 100110 101001

Color Harmonies of #494192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494192

Black with #494192

Text Example


Text Example

White with #494192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494192; }

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

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

background-color css

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

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

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

border-color css

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

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

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