Html Css Color HEX #494180 Dark Slate Blue

📋 copy color: '#494180'

red 73 ◦ green 65 ◦ blue 128

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

Shades of Dark Slate Blue #494180

Tints of Dark Slate Blue #494180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.44%

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

R = 27.44%
G = 24.44%
B = 48.12%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#494180 (or 0x494180) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 80. RGB value is (73,65,128). Sum of RGB (Red+Green+Blue) = 73+65+128=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #494180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494180 is #B6BE7F. Grayscale: #4A4A4A. Windows color (decimal): -11976320 or 8405321. OLE color: 8405321.

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

Color convert

RGB 73 65 128 -
CMYK 0.43 0.49 0 0.50
HSL 247.62º 0.33% 0.38% -
HSV(B) 247.62º 0.49% 0.5% -
XYZ 8.53 6.76 21.28 -
YUV 74.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 73 65 128 0.43 0.49 0 0.50 247.62 0.33 0.38
Hex 49 41 80 2B 31 0 32 F8 21 26
Octal 111 101 200 53 61 0 62 370 41 46
Binary 1001001 1000001 10000000 101011 110001 0 110010 11111000 100001 100110

Color Harmonies of #494180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494180

Black with #494180

Text Example


Text Example

White with #494180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494180; }

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

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

background-color css

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

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

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

border-color css

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

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

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