Html Css Color HEX #493C89 Dark Slate Blue

📋 copy color: '#493C89'

red 73 ◦ green 60 ◦ blue 137

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

Shades of Dark Slate Blue #493C89

Tints of Dark Slate Blue #493C89

RGB

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

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

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

R = 27.04%
G = 22.22%
B = 50.74%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#493C89 (or 0x493C89) is known color: Dark Slate Blue. HEX triplet: 49, 3C and 89. RGB value is (73,60,137). Sum of RGB (Red+Green+Blue) = 73+60+137=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #493C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493C89 is #B6C376. Grayscale: #484848. Windows color (decimal): -11977591 or 8993865. OLE color: 8993865.

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

Color convert

RGB 73 60 137 -
CMYK 0.47 0.56 0 0.46
HSL 250.13º 0.39% 0.39% -
HSV(B) 250.13º 0.56% 0.54% -
XYZ 8.88 6.45 24.44 -
YUV 72.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 73 60 137 0.47 0.56 0 0.46 250.13 0.39 0.39
Hex 49 3C 89 2F 38 0 2E FA 27 27
Octal 111 74 211 57 70 0 56 372 47 47
Binary 1001001 111100 10001001 101111 111000 0 101110 11111010 100111 100111

Color Harmonies of #493C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C89

Black with #493C89

Text Example


Text Example

White with #493C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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