Html Css Color HEX #493C86 Dark Slate Blue

📋 copy color: '#493C86'

red 73 ◦ green 60 ◦ blue 134

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

Shades of Dark Slate Blue #493C86

Tints of Dark Slate Blue #493C86

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.47%

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

R = 27.34%
G = 22.47%
B = 50.19%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#493C86 (or 0x493C86) is known color: Dark Slate Blue. HEX triplet: 49, 3C and 86. RGB value is (73,60,134). Sum of RGB (Red+Green+Blue) = 73+60+134=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #493C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493C86 is #B6C379. Grayscale: #484848. Windows color (decimal): -11977594 or 8797257. OLE color: 8797257.

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

Color convert

RGB 73 60 134 -
CMYK 0.46 0.55 0 0.47
HSL 250.54º 0.38% 0.38% -
HSV(B) 250.54º 0.55% 0.53% -
XYZ 8.67 6.37 23.33 -
YUV 72.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 73 60 134 0.46 0.55 0 0.47 250.54 0.38 0.38
Hex 49 3C 86 2E 37 0 2F FB 26 26
Octal 111 74 206 56 67 0 57 373 46 46
Binary 1001001 111100 10000110 101110 110111 0 101111 11111011 100110 100110

Color Harmonies of #493C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C86

Black with #493C86

Text Example


Text Example

White with #493C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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