Html Css Color HEX #494090 Dark Slate Blue

📋 copy color: '#494090'

red 73 ◦ green 64 ◦ blue 144

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

Shades of Dark Slate Blue #494090

Tints of Dark Slate Blue #494090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.78%

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

R = 25.98%
G = 22.78%
B = 51.25%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#494090 (or 0x494090) is known color: Dark Slate Blue. HEX triplet: 49, 40 and 90. RGB value is (73,64,144). Sum of RGB (Red+Green+Blue) = 73+64+144=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #494090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494090 is #B6BF6F. Grayscale: #4B4B4B. Windows color (decimal): -11976560 or 9453641. OLE color: 9453641.

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

Color convert

RGB 73 64 144 -
CMYK 0.49 0.56 0 0.44
HSL 246.75º 0.38% 0.41% -
HSV(B) 246.75º 0.56% 0.56% -
XYZ 9.62 7.1 27.25 -
YUV 75.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 73 64 144 0.49 0.56 0 0.44 246.75 0.38 0.41
Hex 49 40 90 31 38 0 2C F7 26 29
Octal 111 100 220 61 70 0 54 367 46 51
Binary 1001001 1000000 10010000 110001 111000 0 101100 11110111 100110 101001

Color Harmonies of #494090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494090

Black with #494090

Text Example


Text Example

White with #494090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494090; }

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

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

background-color css

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

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

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

border-color css

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

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

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