Html Css Color HEX #494595 Dark Slate Blue

📋 copy color: '#494595'

red 73 ◦ green 69 ◦ blue 149

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

Shades of Dark Slate Blue #494595

Tints of Dark Slate Blue #494595

RGB

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

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

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

R = 25.09%
G = 23.71%
B = 51.2%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#494595 (or 0x494595) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 95. RGB value is (73,69,149). Sum of RGB (Red+Green+Blue) = 73+69+149=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #494595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494595 is #B6BA6A. Grayscale: #4F4F4F. Windows color (decimal): -11975275 or 9782601. OLE color: 9782601.

HSL color Cylindrical-coordinate representation of color #494595: hue angle of 243º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #494595 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 69 149 -
CMYK 0.51 0.54 0 0.42
HSL 243º 0.37% 0.43% -
HSV(B) 243º 0.54% 0.58% -
XYZ 10.3 7.84 29.4 -
YUV 79.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 73 69 149 0.51 0.54 0 0.42 243 0.37 0.43
Hex 49 45 95 33 36 0 2A F3 25 2B
Octal 111 105 225 63 66 0 52 363 45 53
Binary 1001001 1000101 10010101 110011 110110 0 101010 11110011 100101 101011

Color Harmonies of #494595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494595

Black with #494595

Text Example


Text Example

White with #494595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494595; }

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

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

background-color css

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

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

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

border-color css

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

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

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