Html Css Color HEX #494490 Dark Slate Blue

📋 copy color: '#494490'

red 73 ◦ green 68 ◦ blue 144

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

Shades of Dark Slate Blue #494490

Tints of Dark Slate Blue #494490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 25.61%
G = 23.86%
B = 50.53%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#494490 (or 0x494490) is known color: Dark Slate Blue. HEX triplet: 49, 44 and 90. RGB value is (73,68,144). Sum of RGB (Red+Green+Blue) = 73+68+144=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #494490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494490 is #B6BB6F. Grayscale: #4D4D4D. Windows color (decimal): -11975536 or 9454665. OLE color: 9454665.

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

Color convert

RGB 73 68 144 -
CMYK 0.49 0.53 0 0.44
HSL 243.95º 0.36% 0.42% -
HSV(B) 243.95º 0.53% 0.56% -
XYZ 9.85 7.56 27.33 -
YUV 78.16 165.16 124.32 -
System Red Green Blue C M Y K H S L
Decimal 73 68 144 0.49 0.53 0 0.44 243.95 0.36 0.42
Hex 49 44 90 31 35 0 2C F4 24 2A
Octal 111 104 220 61 65 0 54 364 44 52
Binary 1001001 1000100 10010000 110001 110101 0 101100 11110100 100100 101010

Color Harmonies of #494490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494490

Black with #494490

Text Example


Text Example

White with #494490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494490; }

 p { color: rgb(73,68,144); }

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

background-color css

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

 a { background-color: rgb(73,68,144); }

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

border-color css

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

 span { border-color: rgb(73,68,144); }

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