Html Css Color HEX #494189 Dark Slate Blue

📋 copy color: '#494189'

red 73 ◦ green 65 ◦ blue 137

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

Shades of Dark Slate Blue #494189

Tints of Dark Slate Blue #494189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.64%

 BLUE value IS 137 (53.91% from 255) = 49.82%

R = 26.55%
G = 23.64%
B = 49.82%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#494189 (or 0x494189) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 89. RGB value is (73,65,137). Sum of RGB (Red+Green+Blue) = 73+65+137=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #494189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494189 is #B6BE76. Grayscale: #4B4B4B. Windows color (decimal): -11976311 or 8995145. OLE color: 8995145.

HSL color Cylindrical-coordinate representation of color #494189: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494189 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 65 137 -
CMYK 0.47 0.53 0 0.46
HSL 246.67º 0.36% 0.4% -
HSV(B) 246.67º 0.53% 0.54% -
XYZ 9.15 7 24.54 -
YUV 75.6 162.65 126.15 -
System Red Green Blue C M Y K H S L
Decimal 73 65 137 0.47 0.53 0 0.46 246.67 0.36 0.4
Hex 49 41 89 2F 35 0 2E F7 24 28
Octal 111 101 211 57 65 0 56 367 44 50
Binary 1001001 1000001 10001001 101111 110101 0 101110 11110111 100100 101000

Color Harmonies of #494189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494189

Black with #494189

Text Example


Text Example

White with #494189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494189; }

 p { color: rgb(73,65,137); }

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

background-color css

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

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

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

border-color css

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

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

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