Html Css Color HEX #493D89 Dark Slate Blue

📋 copy color: '#493D89'

red 73 ◦ green 61 ◦ blue 137

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

Shades of Dark Slate Blue #493D89

Tints of Dark Slate Blue #493D89

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.51%

 BLUE value IS 137 (53.91% from 255) = 50.55%

R = 26.94%
G = 22.51%
B = 50.55%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#493D89 (or 0x493D89) is known color: Dark Slate Blue. HEX triplet: 49, 3D and 89. RGB value is (73,61,137). Sum of RGB (Red+Green+Blue) = 73+61+137=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #493D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D89 is #B6C276. Grayscale: #484848. Windows color (decimal): -11977335 or 8994121. OLE color: 8994121.

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

Color convert

RGB 73 61 137 -
CMYK 0.47 0.55 0 0.46
HSL 249.47º 0.38% 0.39% -
HSV(B) 249.47º 0.55% 0.54% -
XYZ 8.93 6.56 24.46 -
YUV 73.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 73 61 137 0.47 0.55 0 0.46 249.47 0.38 0.39
Hex 49 3D 89 2F 37 0 2E F9 26 27
Octal 111 75 211 57 67 0 56 371 46 47
Binary 1001001 111101 10001001 101111 110111 0 101110 11111001 100110 100111

Color Harmonies of #493D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D89

Black with #493D89

Text Example


Text Example

White with #493D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,61,137); }

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

background-color css

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

 a { background-color: rgb(73,61,137); }

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

border-color css

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

 span { border-color: rgb(73,61,137); }

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