Html Css Color HEX #493986 Dark Slate Blue

📋 copy color: '#493986'

red 73 ◦ green 57 ◦ blue 134

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

Shades of Dark Slate Blue #493986

Tints of Dark Slate Blue #493986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.59%

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

R = 27.65%
G = 21.59%
B = 50.76%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#493986 (or 0x493986) is known color: Dark Slate Blue. HEX triplet: 49, 39 and 86. RGB value is (73,57,134). Sum of RGB (Red+Green+Blue) = 73+57+134=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #493986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493986 is #B6C679. Grayscale: #464646. Windows color (decimal): -11978362 or 8796489. OLE color: 8796489.

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

Color convert

RGB 73 57 134 -
CMYK 0.46 0.57 0 0.47
HSL 252.47º 0.4% 0.37% -
HSV(B) 252.47º 0.57% 0.53% -
XYZ 8.51 6.06 23.28 -
YUV 70.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 73 57 134 0.46 0.57 0 0.47 252.47 0.4 0.37
Hex 49 39 86 2E 39 0 2F FC 28 25
Octal 111 71 206 56 71 0 57 374 50 45
Binary 1001001 111001 10000110 101110 111001 0 101111 11111100 101000 100101

Color Harmonies of #493986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493986

Black with #493986

Text Example


Text Example

White with #493986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493986; }

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

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

background-color css

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

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

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

border-color css

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

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

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