Html Css Color HEX #494684 Dark Slate Blue

📋 copy color: '#494684'

red 73 ◦ green 70 ◦ blue 132

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

Shades of Dark Slate Blue #494684

Tints of Dark Slate Blue #494684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48%

R = 26.55%
G = 25.45%
B = 48%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#494684 (or 0x494684) is known color: Dark Slate Blue. HEX triplet: 49, 46 and 84. RGB value is (73,70,132). Sum of RGB (Red+Green+Blue) = 73+70+132=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #494684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494684 is #B6B97B. Grayscale: #4D4D4D. Windows color (decimal): -11975036 or 8668745. OLE color: 8668745.

HSL color Cylindrical-coordinate representation of color #494684: hue angle of 242.9º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494684 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 70 132 -
CMYK 0.45 0.47 0 0.48
HSL 242.9º 0.31% 0.4% -
HSV(B) 242.9º 0.47% 0.52% -
XYZ 9.1 7.46 22.79 -
YUV 77.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 73 70 132 0.45 0.47 0 0.48 242.9 0.31 0.4
Hex 49 46 84 2D 2F 0 30 F3 1F 28
Octal 111 106 204 55 57 0 60 363 37 50
Binary 1001001 1000110 10000100 101101 101111 0 110000 11110011 11111 101000

Color Harmonies of #494684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494684

Black with #494684

Text Example


Text Example

White with #494684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494684; }

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

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

background-color css

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

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

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

border-color css

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

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

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