Html Css Color HEX #494186 Dark Slate Blue

📋 copy color: '#494186'

red 73 ◦ green 65 ◦ blue 134

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

Shades of Dark Slate Blue #494186

Tints of Dark Slate Blue #494186

RGB

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

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

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

R = 26.84%
G = 23.9%
B = 49.26%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#494186 (or 0x494186) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 86. RGB value is (73,65,134). Sum of RGB (Red+Green+Blue) = 73+65+134=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #494186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494186 is #B6BE79. Grayscale: #4A4A4A. Windows color (decimal): -11976314 or 8798537. OLE color: 8798537.

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

Color convert

RGB 73 65 134 -
CMYK 0.46 0.51 0 0.47
HSL 246.96º 0.35% 0.39% -
HSV(B) 246.96º 0.51% 0.53% -
XYZ 8.94 6.92 23.42 -
YUV 75.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 73 65 134 0.46 0.51 0 0.47 246.96 0.35 0.39
Hex 49 41 86 2E 33 0 2F F7 23 27
Octal 111 101 206 56 63 0 57 367 43 47
Binary 1001001 1000001 10000110 101110 110011 0 101111 11110111 100011 100111

Color Harmonies of #494186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494186

Black with #494186

Text Example


Text Example

White with #494186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494186; }

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

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

background-color css

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

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

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

border-color css

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

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

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