Html Css Color HEX #494384 Dark Slate Blue

📋 copy color: '#494384'

red 73 ◦ green 67 ◦ blue 132

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

Shades of Dark Slate Blue #494384

Tints of Dark Slate Blue #494384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

 BLUE value IS 132 (51.95% from 255) = 48.53%

R = 26.84%
G = 24.63%
B = 48.53%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#494384 (or 0x494384) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 84. RGB value is (73,67,132). Sum of RGB (Red+Green+Blue) = 73+67+132=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #494384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494384 is #B6BC7B. Grayscale: #4B4B4B. Windows color (decimal): -11975804 or 8667977. OLE color: 8667977.

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

Color convert

RGB 73 67 132 -
CMYK 0.45 0.49 0 0.48
HSL 245.54º 0.33% 0.39% -
HSV(B) 245.54º 0.49% 0.52% -
XYZ 8.92 7.1 22.73 -
YUV 76.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 73 67 132 0.45 0.49 0 0.48 245.54 0.33 0.39
Hex 49 43 84 2D 31 0 30 F6 21 27
Octal 111 103 204 55 61 0 60 366 41 47
Binary 1001001 1000011 10000100 101101 110001 0 110000 11110110 100001 100111

Color Harmonies of #494384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494384

Black with #494384

Text Example


Text Example

White with #494384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494384; }

 p { color: rgb(73,67,132); }

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

background-color css

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

 a { background-color: rgb(73,67,132); }

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

border-color css

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

 span { border-color: rgb(73,67,132); }

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