Html Css Color HEX #494381 Dark Slate Blue

📋 copy color: '#494381'

red 73 ◦ green 67 ◦ blue 129

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

Shades of Dark Slate Blue #494381

Tints of Dark Slate Blue #494381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.96%

R = 27.14%
G = 24.91%
B = 47.96%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#494381 (or 0x494381) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 81. RGB value is (73,67,129). Sum of RGB (Red+Green+Blue) = 73+67+129=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #494381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494381 is #B6BC7E. Grayscale: #4B4B4B. Windows color (decimal): -11975807 or 8471369. OLE color: 8471369.

HSL color Cylindrical-coordinate representation of color #494381: hue angle of 245.81º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #494381 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 67 129 -
CMYK 0.43 0.48 0 0.49
HSL 245.81º 0.32% 0.38% -
HSV(B) 245.81º 0.48% 0.51% -
XYZ 8.72 7.02 21.66 -
YUV 75.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 73 67 129 0.43 0.48 0 0.49 245.81 0.32 0.38
Hex 49 43 81 2B 30 0 31 F6 20 26
Octal 111 103 201 53 60 0 61 366 40 46
Binary 1001001 1000011 10000001 101011 110000 0 110001 11110110 100000 100110

Color Harmonies of #494381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494381

Black with #494381

Text Example


Text Example

White with #494381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494381; }

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

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

background-color css

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

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

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

border-color css

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

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

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