Html Css Color HEX #494581 Dark Slate Blue

📋 copy color: '#494581'

red 73 ◦ green 69 ◦ blue 129

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

Shades of Dark Slate Blue #494581

Tints of Dark Slate Blue #494581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

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

R = 26.94%
G = 25.46%
B = 47.6%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#494581 (or 0x494581) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 81. RGB value is (73,69,129). Sum of RGB (Red+Green+Blue) = 73+69+129=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #494581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494581 is #B6BA7E. Grayscale: #4C4C4C. Windows color (decimal): -11975295 or 8471881. OLE color: 8471881.

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

Color convert

RGB 73 69 129 -
CMYK 0.43 0.47 0 0.49
HSL 244º 0.3% 0.39% -
HSV(B) 244º 0.47% 0.51% -
XYZ 8.84 7.26 21.7 -
YUV 77.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 73 69 129 0.43 0.47 0 0.49 244 0.3 0.39
Hex 49 45 81 2B 2F 0 31 F4 1E 27
Octal 111 105 201 53 57 0 61 364 36 47
Binary 1001001 1000101 10000001 101011 101111 0 110001 11110100 11110 100111

Color Harmonies of #494581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494581

Black with #494581

Text Example


Text Example

White with #494581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494581; }

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

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

background-color css

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

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

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

border-color css

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

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

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