Html Css Color HEX #494580 Dark Slate Blue

📋 copy color: '#494580'

red 73 ◦ green 69 ◦ blue 128

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

Shades of Dark Slate Blue #494580

Tints of Dark Slate Blue #494580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 27.04%
G = 25.56%
B = 47.41%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#494580 (or 0x494580) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 80. RGB value is (73,69,128). Sum of RGB (Red+Green+Blue) = 73+69+128=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #494580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494580 is #B6BA7F. Grayscale: #4C4C4C. Windows color (decimal): -11975296 or 8406345. OLE color: 8406345.

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

Color convert

RGB 73 69 128 -
CMYK 0.43 0.46 0 0.50
HSL 244.07º 0.3% 0.39% -
HSV(B) 244.07º 0.46% 0.5% -
XYZ 8.77 7.23 21.36 -
YUV 76.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 73 69 128 0.43 0.46 0 0.50 244.07 0.3 0.39
Hex 49 45 80 2B 2E 0 32 F4 1E 27
Octal 111 105 200 53 56 0 62 364 36 47
Binary 1001001 1000101 10000000 101011 101110 0 110010 11110100 11110 100111

Color Harmonies of #494580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494580

Black with #494580

Text Example


Text Example

White with #494580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494580; }

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

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

background-color css

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

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

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

border-color css

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

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

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