Html Css Color HEX #494785 Dark Slate Blue

📋 copy color: '#494785'

red 73 ◦ green 71 ◦ blue 133

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

Shades of Dark Slate Blue #494785

Tints of Dark Slate Blue #494785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.63%

 BLUE value IS 133 (52.34% from 255) = 48.01%

R = 26.35%
G = 25.63%
B = 48.01%

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

#494785 (or 0x494785) is known color: Dark Slate Blue. HEX triplet: 49, 47 and 85. RGB value is (73,71,133). Sum of RGB (Red+Green+Blue) = 73+71+133=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #494785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494785 is #B6B87A. Grayscale: #4E4E4E. Windows color (decimal): -11974779 or 8734537. OLE color: 8734537.

HSL color Cylindrical-coordinate representation of color #494785: hue angle of 241.94º degrees, saturation: 0.3, 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 #494785 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 71 133 -
CMYK 0.45 0.47 0 0.48
HSL 241.94º 0.3% 0.4% -
HSV(B) 241.94º 0.47% 0.52% -
XYZ 9.23 7.62 23.17 -
YUV 78.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 73 71 133 0.45 0.47 0 0.48 241.94 0.3 0.4
Hex 49 47 85 2D 2F 0 30 F2 1E 28
Octal 111 107 205 55 57 0 60 362 36 50
Binary 1001001 1000111 10000101 101101 101111 0 110000 11110010 11110 101000

Color Harmonies of #494785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494785

Black with #494785

Text Example


Text Example

White with #494785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494785; }

 p { color: rgb(73,71,133); }

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

background-color css

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

 a { background-color: rgb(73,71,133); }

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

border-color css

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

 span { border-color: rgb(73,71,133); }

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