Html Css Color HEX #493E8F Dark Slate Blue

📋 copy color: '#493E8F'

red 73 ◦ green 62 ◦ blue 143

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

Shades of Dark Slate Blue #493E8F

Tints of Dark Slate Blue #493E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.44%

R = 26.26%
G = 22.3%
B = 51.44%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#493E8F (or 0x493E8F) is known color: Dark Slate Blue. HEX triplet: 49, 3E and 8F. RGB value is (73,62,143). Sum of RGB (Red+Green+Blue) = 73+62+143=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #493E8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493E8F is #B6C170. Grayscale: #4A4A4A. Windows color (decimal): -11977073 or 9387593. OLE color: 9387593.

HSL color Cylindrical-coordinate representation of color #493E8F: hue angle of 248.15º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #493E8F is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 62 143 -
CMYK 0.49 0.57 0 0.44
HSL 248.15º 0.4% 0.4% -
HSV(B) 248.15º 0.57% 0.56% -
XYZ 9.43 6.84 26.81 -
YUV 74.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 73 62 143 0.49 0.57 0 0.44 248.15 0.4 0.4
Hex 49 3E 8F 31 39 0 2C F8 28 28
Octal 111 76 217 61 71 0 54 370 50 50
Binary 1001001 111110 10001111 110001 111001 0 101100 11111000 101000 101000

Color Harmonies of #493E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E8F

Black with #493E8F

Text Example


Text Example

White with #493E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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