Html Css Color HEX #494692 Dark Slate Blue

📋 copy color: '#494692'

red 73 ◦ green 70 ◦ blue 146

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

Shades of Dark Slate Blue #494692

Tints of Dark Slate Blue #494692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.22%

 BLUE value IS 146 (57.42% from 255) = 50.52%

R = 25.26%
G = 24.22%
B = 50.52%

CMYK

 C value IS 0.5

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#494692 (or 0x494692) is known color: Dark Slate Blue. HEX triplet: 49, 46 and 92. RGB value is (73,70,146). Sum of RGB (Red+Green+Blue) = 73+70+146=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #494692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494692 is #B6B96D. Grayscale: #4F4F4F. Windows color (decimal): -11975022 or 9586249. OLE color: 9586249.

HSL color Cylindrical-coordinate representation of color #494692: hue angle of 242.37º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #494692 is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 70 146 -
CMYK 0.5 0.52 0 0.43
HSL 242.37º 0.35% 0.42% -
HSV(B) 242.37º 0.52% 0.57% -
XYZ 10.13 7.87 28.18 -
YUV 79.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 73 70 146 0.5 0.52 0 0.43 242.37 0.35 0.42
Hex 49 46 92 32 34 0 2B F2 23 2A
Octal 111 106 222 62 64 0 53 362 43 52
Binary 1001001 1000110 10010010 110010 110100 0 101011 11110010 100011 101010

Color Harmonies of #494692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494692

Black with #494692

Text Example


Text Example

White with #494692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494692; }

 p { color: rgb(73,70,146); }

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

background-color css

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

 a { background-color: rgb(73,70,146); }

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

border-color css

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

 span { border-color: rgb(73,70,146); }

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