Html Css Color HEX #493984 Dark Slate Blue

📋 copy color: '#493984'

red 73 ◦ green 57 ◦ blue 132

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

Shades of Dark Slate Blue #493984

Tints of Dark Slate Blue #493984

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.76%

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

R = 27.86%
G = 21.76%
B = 50.38%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#493984 (or 0x493984) is known color: Dark Slate Blue. HEX triplet: 49, 39 and 84. RGB value is (73,57,132). Sum of RGB (Red+Green+Blue) = 73+57+132=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #493984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493984 is #B6C67B. Grayscale: #464646. Windows color (decimal): -11978364 or 8665417. OLE color: 8665417.

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

Color convert

RGB 73 57 132 -
CMYK 0.45 0.57 0 0.48
HSL 252.8º 0.4% 0.37% -
HSV(B) 252.8º 0.57% 0.52% -
XYZ 8.38 6.01 22.55 -
YUV 70.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 73 57 132 0.45 0.57 0 0.48 252.8 0.4 0.37
Hex 49 39 84 2D 39 0 30 FD 28 25
Octal 111 71 204 55 71 0 60 375 50 45
Binary 1001001 111001 10000100 101101 111001 0 110000 11111101 101000 100101

Color Harmonies of #493984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493984

Black with #493984

Text Example


Text Example

White with #493984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493984; }

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

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

background-color css

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

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

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

border-color css

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

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

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