Html Css Color HEX #493D8C Dark Slate Blue

📋 copy color: '#493D8C'

red 73 ◦ green 61 ◦ blue 140

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

Shades of Dark Slate Blue #493D8C

Tints of Dark Slate Blue #493D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.09%

R = 26.64%
G = 22.26%
B = 51.09%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#493D8C (or 0x493D8C) is known color: Dark Slate Blue. HEX triplet: 49, 3D and 8C. RGB value is (73,61,140). Sum of RGB (Red+Green+Blue) = 73+61+140=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #493D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D8C is #B6C273. Grayscale: #494949. Windows color (decimal): -11977332 or 9190729. OLE color: 9190729.

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

Color convert

RGB 73 61 140 -
CMYK 0.48 0.56 0 0.45
HSL 249.11º 0.39% 0.39% -
HSV(B) 249.11º 0.56% 0.55% -
XYZ 9.15 6.65 25.61 -
YUV 73.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 73 61 140 0.48 0.56 0 0.45 249.11 0.39 0.39
Hex 49 3D 8C 30 38 0 2D F9 27 27
Octal 111 75 214 60 70 0 55 371 47 47
Binary 1001001 111101 10001100 110000 111000 0 101101 11111001 100111 100111

Color Harmonies of #493D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D8C

Black with #493D8C

Text Example


Text Example

White with #493D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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