Html Css Color HEX #494599 Dark Slate Blue

📋 copy color: '#494599'

red 73 ◦ green 69 ◦ blue 153

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

Shades of Dark Slate Blue #494599

Tints of Dark Slate Blue #494599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.86%

R = 24.75%
G = 23.39%
B = 51.86%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#494599 (or 0x494599) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 99. RGB value is (73,69,153). Sum of RGB (Red+Green+Blue) = 73+69+153=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #494599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494599 is #B6BA66. Grayscale: #4F4F4F. Windows color (decimal): -11975271 or 10044745. OLE color: 10044745.

HSL color Cylindrical-coordinate representation of color #494599: hue angle of 242.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #494599 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 69 153 -
CMYK 0.52 0.55 0 0.4
HSL 242.86º 0.38% 0.44% -
HSV(B) 242.86º 0.55% 0.6% -
XYZ 10.63 7.97 31.12 -
YUV 79.77 169.33 123.17 -
System Red Green Blue C M Y K H S L
Decimal 73 69 153 0.52 0.55 0 0.4 242.86 0.38 0.44
Hex 49 45 99 34 37 0 28 F3 26 2C
Octal 111 105 231 64 67 0 50 363 46 54
Binary 1001001 1000101 10011001 110100 110111 0 101000 11110011 100110 101100

Color Harmonies of #494599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494599

Black with #494599

Text Example


Text Example

White with #494599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494599; }

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

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

background-color css

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

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

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

border-color css

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

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

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