Html Css Color HEX #494080 Dark Slate Blue

📋 copy color: '#494080'

red 73 ◦ green 64 ◦ blue 128

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

Shades of Dark Slate Blue #494080

Tints of Dark Slate Blue #494080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

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

R = 27.55%
G = 24.15%
B = 48.3%

CMYK

 C value IS 0.43

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#494080 (or 0x494080) is known color: Dark Slate Blue. HEX triplet: 49, 40 and 80. RGB value is (73,64,128). Sum of RGB (Red+Green+Blue) = 73+64+128=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #494080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494080 is #B6BF7F. Grayscale: #494949. Windows color (decimal): -11976576 or 8405065. OLE color: 8405065.

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

Color convert

RGB 73 64 128 -
CMYK 0.43 0.5 0 0.50
HSL 248.44º 0.33% 0.38% -
HSV(B) 248.44º 0.5% 0.5% -
XYZ 8.48 6.64 21.26 -
YUV 73.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 73 64 128 0.43 0.5 0 0.50 248.44 0.33 0.38
Hex 49 40 80 2B 32 0 32 F8 21 26
Octal 111 100 200 53 62 0 62 370 41 46
Binary 1001001 1000000 10000000 101011 110010 0 110010 11111000 100001 100110

Color Harmonies of #494080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494080

Black with #494080

Text Example


Text Example

White with #494080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494080; }

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

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

background-color css

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

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

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

border-color css

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

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

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