Html Css Color HEX #494093 Dark Slate Blue

📋 copy color: '#494093'

red 73 ◦ green 64 ◦ blue 147

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

Shades of Dark Slate Blue #494093

Tints of Dark Slate Blue #494093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 25.7%
G = 22.54%
B = 51.76%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#494093 (or 0x494093) is known color: Dark Slate Blue. HEX triplet: 49, 40 and 93. RGB value is (73,64,147). Sum of RGB (Red+Green+Blue) = 73+64+147=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #494093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494093 is #B6BF6C. Grayscale: #4B4B4B. Windows color (decimal): -11976557 or 9650249. OLE color: 9650249.

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

Color convert

RGB 73 64 147 -
CMYK 0.50 0.56 0 0.42
HSL 246.51º 0.39% 0.41% -
HSV(B) 246.51º 0.56% 0.58% -
XYZ 9.85 7.19 28.47 -
YUV 76.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 73 64 147 0.50 0.56 0 0.42 246.51 0.39 0.41
Hex 49 40 93 32 38 0 2A F7 27 29
Octal 111 100 223 62 70 0 52 367 47 51
Binary 1001001 1000000 10010011 110010 111000 0 101010 11110111 100111 101001

Color Harmonies of #494093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494093

Black with #494093

Text Example


Text Example

White with #494093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494093; }

 p { color: rgb(73,64,147); }

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

background-color css

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

 a { background-color: rgb(73,64,147); }

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

border-color css

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

 span { border-color: rgb(73,64,147); }

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