Html Css Color HEX #494386 Dark Slate Blue

📋 copy color: '#494386'

red 73 ◦ green 67 ◦ blue 134

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

Shades of Dark Slate Blue #494386

Tints of Dark Slate Blue #494386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

 BLUE value IS 134 (52.73% from 255) = 48.91%

R = 26.64%
G = 24.45%
B = 48.91%

CMYK

 C value IS 0.46

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#494386 (or 0x494386) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 86. RGB value is (73,67,134). Sum of RGB (Red+Green+Blue) = 73+67+134=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #494386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494386 is #B6BC79. Grayscale: #4C4C4C. Windows color (decimal): -11975802 or 8799049. OLE color: 8799049.

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

Color convert

RGB 73 67 134 -
CMYK 0.46 0.5 0 0.47
HSL 245.37º 0.33% 0.39% -
HSV(B) 245.37º 0.5% 0.53% -
XYZ 9.06 7.15 23.46 -
YUV 76.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 73 67 134 0.46 0.5 0 0.47 245.37 0.33 0.39
Hex 49 43 86 2E 32 0 2F F5 21 27
Octal 111 103 206 56 62 0 57 365 41 47
Binary 1001001 1000011 10000110 101110 110010 0 101111 11110101 100001 100111

Color Harmonies of #494386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494386

Black with #494386

Text Example


Text Example

White with #494386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494386; }

 p { color: rgb(73,67,134); }

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

background-color css

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

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

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

border-color css

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

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

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