Html Css Color HEX #494685 Dark Slate Blue

📋 copy color: '#494685'

red 73 ◦ green 70 ◦ blue 133

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

Shades of Dark Slate Blue #494685

Tints of Dark Slate Blue #494685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.19%

R = 26.45%
G = 25.36%
B = 48.19%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#494685 (or 0x494685) is known color: Dark Slate Blue. HEX triplet: 49, 46 and 85. RGB value is (73,70,133). Sum of RGB (Red+Green+Blue) = 73+70+133=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #494685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494685 is #B6B97A. Grayscale: #4D4D4D. Windows color (decimal): -11975035 or 8734281. OLE color: 8734281.

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

Color convert

RGB 73 70 133 -
CMYK 0.45 0.47 0 0.48
HSL 242.86º 0.31% 0.4% -
HSV(B) 242.86º 0.47% 0.52% -
XYZ 9.17 7.49 23.15 -
YUV 78.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 73 70 133 0.45 0.47 0 0.48 242.86 0.31 0.4
Hex 49 46 85 2D 2F 0 30 F3 1F 28
Octal 111 106 205 55 57 0 60 363 37 50
Binary 1001001 1000110 10000101 101101 101111 0 110000 11110011 11111 101000

Color Harmonies of #494685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494685

Black with #494685

Text Example


Text Example

White with #494685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494685; }

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

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

background-color css

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

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

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

border-color css

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

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

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