Html Css Color HEX #494091 Dark Slate Blue

📋 copy color: '#494091'

red 73 ◦ green 64 ◦ blue 145

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

Shades of Dark Slate Blue #494091

Tints of Dark Slate Blue #494091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

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

R = 25.89%
G = 22.7%
B = 51.42%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#494091 (or 0x494091) is known color: Dark Slate Blue. HEX triplet: 49, 40 and 91. RGB value is (73,64,145). Sum of RGB (Red+Green+Blue) = 73+64+145=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #494091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494091 is #B6BF6E. Grayscale: #4B4B4B. Windows color (decimal): -11976559 or 9519177. OLE color: 9519177.

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

Color convert

RGB 73 64 145 -
CMYK 0.50 0.56 0 0.43
HSL 246.67º 0.39% 0.41% -
HSV(B) 246.67º 0.56% 0.57% -
XYZ 9.69 7.13 27.65 -
YUV 75.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 73 64 145 0.50 0.56 0 0.43 246.67 0.39 0.41
Hex 49 40 91 32 38 0 2B F7 27 29
Octal 111 100 221 62 70 0 53 367 47 51
Binary 1001001 1000000 10010001 110010 111000 0 101011 11110111 100111 101001

Color Harmonies of #494091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494091

Black with #494091

Text Example


Text Example

White with #494091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494091; }

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

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

background-color css

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

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

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

border-color css

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

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

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