Html Css Color HEX #494191 Dark Slate Blue

📋 copy color: '#494191'

red 73 ◦ green 65 ◦ blue 145

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

Shades of Dark Slate Blue #494191

Tints of Dark Slate Blue #494191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.24%

R = 25.8%
G = 22.97%
B = 51.24%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#494191 (or 0x494191) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 91. RGB value is (73,65,145). Sum of RGB (Red+Green+Blue) = 73+65+145=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #494191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494191 is #B6BE6E. Grayscale: #4C4C4C. Windows color (decimal): -11976303 or 9519433. OLE color: 9519433.

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

Color convert

RGB 73 65 145 -
CMYK 0.50 0.55 0 0.43
HSL 246º 0.38% 0.41% -
HSV(B) 246º 0.55% 0.57% -
XYZ 9.75 7.24 27.67 -
YUV 76.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 73 65 145 0.50 0.55 0 0.43 246 0.38 0.41
Hex 49 41 91 32 37 0 2B F6 26 29
Octal 111 101 221 62 67 0 53 366 46 51
Binary 1001001 1000001 10010001 110010 110111 0 101011 11110110 100110 101001

Color Harmonies of #494191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494191

Black with #494191

Text Example


Text Example

White with #494191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494191; }

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

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

background-color css

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

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

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

border-color css

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

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

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