Html Css Color HEX #494499 Dark Slate Blue

📋 copy color: '#494499'

red 73 ◦ green 68 ◦ blue 153

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

Shades of Dark Slate Blue #494499

Tints of Dark Slate Blue #494499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

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

R = 24.83%
G = 23.13%
B = 52.04%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#494499 (or 0x494499) is known color: Dark Slate Blue. HEX triplet: 49, 44 and 99. RGB value is (73,68,153). Sum of RGB (Red+Green+Blue) = 73+68+153=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #494499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494499 is #B6BB66. Grayscale: #4E4E4E. Windows color (decimal): -11975527 or 10044489. OLE color: 10044489.

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

Color convert

RGB 73 68 153 -
CMYK 0.52 0.56 0 0.4
HSL 243.53º 0.38% 0.43% -
HSV(B) 243.53º 0.56% 0.6% -
XYZ 10.56 7.85 31.1 -
YUV 79.19 169.66 123.59 -
System Red Green Blue C M Y K H S L
Decimal 73 68 153 0.52 0.56 0 0.4 243.53 0.38 0.43
Hex 49 44 99 34 38 0 28 F4 26 2B
Octal 111 104 231 64 70 0 50 364 46 53
Binary 1001001 1000100 10011001 110100 111000 0 101000 11110100 100110 101011

Color Harmonies of #494499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494499

Black with #494499

Text Example


Text Example

White with #494499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494499; }

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

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

background-color css

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

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

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

border-color css

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

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

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