Html Css Color HEX #493E7D Dark Slate Blue

📋 copy color: '#493E7D'

red 73 ◦ green 62 ◦ blue 125

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

Shades of Dark Slate Blue #493E7D

Tints of Dark Slate Blue #493E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.85%

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 28.08%
G = 23.85%
B = 48.08%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#493E7D (or 0x493E7D) is known color: Dark Slate Blue. HEX triplet: 49, 3E and 7D. RGB value is (73,62,125). Sum of RGB (Red+Green+Blue) = 73+62+125=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #493E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E7D is #B6C182. Grayscale: #484848. Windows color (decimal): -11977091 or 8207945. OLE color: 8207945.

HSL color Cylindrical-coordinate representation of color #493E7D: hue angle of 250.48º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493E7D is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 62 125 -
CMYK 0.42 0.50 0 0.51
HSL 250.48º 0.34% 0.37% -
HSV(B) 250.48º 0.5% 0.49% -
XYZ 8.17 6.34 20.2 -
YUV 72.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 73 62 125 0.42 0.50 0 0.51 250.48 0.34 0.37
Hex 49 3E 7D 2A 32 0 33 FA 22 25
Octal 111 76 175 52 62 0 63 372 42 45
Binary 1001001 111110 1111101 101010 110010 0 110011 11111010 100010 100101

Color Harmonies of #493E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E7D

Black with #493E7D

Text Example


Text Example

White with #493E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,62,125); }

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

background-color css

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

 a { background-color: rgb(73,62,125); }

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

border-color css

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

 span { border-color: rgb(73,62,125); }

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