Html Css Color HEX #494594 Dark Slate Blue

📋 copy color: '#494594'

red 73 ◦ green 69 ◦ blue 148

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

Shades of Dark Slate Blue #494594

Tints of Dark Slate Blue #494594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.03%

R = 25.17%
G = 23.79%
B = 51.03%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#494594 (or 0x494594) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 94. RGB value is (73,69,148). Sum of RGB (Red+Green+Blue) = 73+69+148=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #494594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494594 is #B6BA6B. Grayscale: #4E4E4E. Windows color (decimal): -11975276 or 9717065. OLE color: 9717065.

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

Color convert

RGB 73 69 148 -
CMYK 0.51 0.53 0 0.42
HSL 243.04º 0.36% 0.43% -
HSV(B) 243.04º 0.53% 0.58% -
XYZ 10.22 7.81 28.99 -
YUV 79.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 73 69 148 0.51 0.53 0 0.42 243.04 0.36 0.43
Hex 49 45 94 33 35 0 2A F3 24 2B
Octal 111 105 224 63 65 0 52 363 44 53
Binary 1001001 1000101 10010100 110011 110101 0 101010 11110011 100100 101011

Color Harmonies of #494594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494594

Black with #494594

Text Example


Text Example

White with #494594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494594; }

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

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

background-color css

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

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

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

border-color css

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

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

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