Html Css Color HEX #494485 Dark Slate Blue

📋 copy color: '#494485'

red 73 ◦ green 68 ◦ blue 133

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

Shades of Dark Slate Blue #494485

Tints of Dark Slate Blue #494485

RGB

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

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

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

R = 26.64%
G = 24.82%
B = 48.54%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#494485 (or 0x494485) is known color: Dark Slate Blue. HEX triplet: 49, 44 and 85. RGB value is (73,68,133). Sum of RGB (Red+Green+Blue) = 73+68+133=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #494485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494485 is #B6BB7A. Grayscale: #4C4C4C. Windows color (decimal): -11975547 or 8733769. OLE color: 8733769.

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

Color convert

RGB 73 68 133 -
CMYK 0.45 0.49 0 0.48
HSL 244.62º 0.32% 0.39% -
HSV(B) 244.62º 0.49% 0.52% -
XYZ 9.05 7.24 23.11 -
YUV 76.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 73 68 133 0.45 0.49 0 0.48 244.62 0.32 0.39
Hex 49 44 85 2D 31 0 30 F5 20 27
Octal 111 104 205 55 61 0 60 365 40 47
Binary 1001001 1000100 10000101 101101 110001 0 110000 11110101 100000 100111

Color Harmonies of #494485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494485

Black with #494485

Text Example


Text Example

White with #494485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494485; }

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

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

background-color css

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

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

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

border-color css

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

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

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