Html Css Color HEX #494591 Dark Slate Blue

📋 copy color: '#494591'

red 73 ◦ green 69 ◦ blue 145

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

Shades of Dark Slate Blue #494591

Tints of Dark Slate Blue #494591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

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

R = 25.44%
G = 24.04%
B = 50.52%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#494591 (or 0x494591) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 91. RGB value is (73,69,145). Sum of RGB (Red+Green+Blue) = 73+69+145=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #494591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494591 is #B6BA6E. Grayscale: #4E4E4E. Windows color (decimal): -11975279 or 9520457. OLE color: 9520457.

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

Color convert

RGB 73 69 145 -
CMYK 0.50 0.52 0 0.43
HSL 243.16º 0.36% 0.42% -
HSV(B) 243.16º 0.52% 0.57% -
XYZ 9.99 7.72 27.75 -
YUV 78.86 165.33 123.82 -
System Red Green Blue C M Y K H S L
Decimal 73 69 145 0.50 0.52 0 0.43 243.16 0.36 0.42
Hex 49 45 91 32 34 0 2B F3 24 2A
Octal 111 105 221 62 64 0 53 363 44 52
Binary 1001001 1000101 10010001 110010 110100 0 101011 11110011 100100 101010

Color Harmonies of #494591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494591

Black with #494591

Text Example


Text Example

White with #494591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494591; }

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

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

background-color css

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

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

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

border-color css

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

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

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