Html Css Color HEX #494184 Dark Slate Blue

📋 copy color: '#494184'

red 73 ◦ green 65 ◦ blue 132

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

Shades of Dark Slate Blue #494184

Tints of Dark Slate Blue #494184

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

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

R = 27.04%
G = 24.07%
B = 48.89%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#494184 (or 0x494184) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 84. RGB value is (73,65,132). Sum of RGB (Red+Green+Blue) = 73+65+132=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #494184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494184 is #B6BE7B. Grayscale: #4A4A4A. Windows color (decimal): -11976316 or 8667465. OLE color: 8667465.

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

Color convert

RGB 73 65 132 -
CMYK 0.45 0.51 0 0.48
HSL 247.16º 0.34% 0.39% -
HSV(B) 247.16º 0.51% 0.52% -
XYZ 8.8 6.86 22.69 -
YUV 75.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 73 65 132 0.45 0.51 0 0.48 247.16 0.34 0.39
Hex 49 41 84 2D 33 0 30 F7 22 27
Octal 111 101 204 55 63 0 60 367 42 47
Binary 1001001 1000001 10000100 101101 110011 0 110000 11110111 100010 100111

Color Harmonies of #494184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494184

Black with #494184

Text Example


Text Example

White with #494184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494184; }

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

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

background-color css

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

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

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

border-color css

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

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

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