Html Css Color HEX #494990 Dark Slate Blue

📋 copy color: '#494990'

red 73 ◦ green 73 ◦ blue 144

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

Shades of Dark Slate Blue #494990

Tints of Dark Slate Blue #494990

RGB

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

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

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

R = 25.17%
G = 25.17%
B = 49.66%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#494990 (or 0x494990) is known color: Dark Slate Blue. HEX triplet: 49, 49 and 90. RGB value is (73,73,144). Sum of RGB (Red+Green+Blue) = 73+73+144=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #494990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494990 is #B6B66F. Grayscale: #505050. Windows color (decimal): -11974256 or 9455945. OLE color: 9455945.

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

Color convert

RGB 73 73 144 -
CMYK 0.49 0.49 0 0.44
HSL 240º 0.33% 0.43% -
HSV(B) 240º 0.49% 0.56% -
XYZ 10.16 8.2 27.43 -
YUV 81.09 163.5 122.23 -
System Red Green Blue C M Y K H S L
Decimal 73 73 144 0.49 0.49 0 0.44 240 0.33 0.43
Hex 49 49 90 31 31 0 2C F0 21 2B
Octal 111 111 220 61 61 0 54 360 41 53
Binary 1001001 1001001 10010000 110001 110001 0 101100 11110000 100001 101011

Color Harmonies of #494990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494990

Black with #494990

Text Example


Text Example

White with #494990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494990; }

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

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

background-color css

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

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

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

border-color css

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

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

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