Html Css Color HEX #493F90 Dark Slate Blue

📋 copy color: '#493F90'

red 73 ◦ green 63 ◦ blue 144

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

Shades of Dark Slate Blue #493F90

Tints of Dark Slate Blue #493F90

RGB

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

 GREEN value IS 63 (25% from 255) = 22.5%

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 26.07%
G = 22.5%
B = 51.43%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#493F90 (or 0x493F90) is known color: Dark Slate Blue. HEX triplet: 49, 3F and 90. RGB value is (73,63,144). Sum of RGB (Red+Green+Blue) = 73+63+144=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #493F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493F90 is #B6C06F. Grayscale: #4A4A4A. Windows color (decimal): -11976816 or 9453385. OLE color: 9453385.

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

Color convert

RGB 73 63 144 -
CMYK 0.49 0.56 0 0.44
HSL 247.41º 0.39% 0.41% -
HSV(B) 247.41º 0.56% 0.56% -
XYZ 9.56 6.99 27.23 -
YUV 75.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 73 63 144 0.49 0.56 0 0.44 247.41 0.39 0.41
Hex 49 3F 90 31 38 0 2C F7 27 29
Octal 111 77 220 61 70 0 54 367 47 51
Binary 1001001 111111 10010000 110001 111000 0 101100 11110111 100111 101001

Color Harmonies of #493F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F90

Black with #493F90

Text Example


Text Example

White with #493F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,63,144); }

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

background-color css

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

 a { background-color: rgb(73,63,144); }

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

border-color css

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

 span { border-color: rgb(73,63,144); }

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