Html Css Color HEX #494686 Dark Slate Blue

📋 copy color: '#494686'

red 73 ◦ green 70 ◦ blue 134

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

Shades of Dark Slate Blue #494686

Tints of Dark Slate Blue #494686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

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

R = 26.35%
G = 25.27%
B = 48.38%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#494686 (or 0x494686) is known color: Dark Slate Blue. HEX triplet: 49, 46 and 86. RGB value is (73,70,134). Sum of RGB (Red+Green+Blue) = 73+70+134=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #494686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494686 is #B6B979. Grayscale: #4D4D4D. Windows color (decimal): -11975034 or 8799817. OLE color: 8799817.

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

Color convert

RGB 73 70 134 -
CMYK 0.46 0.48 0 0.47
HSL 242.81º 0.31% 0.4% -
HSV(B) 242.81º 0.48% 0.53% -
XYZ 9.24 7.52 23.52 -
YUV 78.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 73 70 134 0.46 0.48 0 0.47 242.81 0.31 0.4
Hex 49 46 86 2E 30 0 2F F3 1F 28
Octal 111 106 206 56 60 0 57 363 37 50
Binary 1001001 1000110 10000110 101110 110000 0 101111 11110011 11111 101000

Color Harmonies of #494686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494686

Black with #494686

Text Example


Text Example

White with #494686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494686; }

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

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

background-color css

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

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

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

border-color css

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

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

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