Html Css Color HEX #494085 Dark Slate Blue

📋 copy color: '#494085'

red 73 ◦ green 64 ◦ blue 133

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

Shades of Dark Slate Blue #494085

Tints of Dark Slate Blue #494085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

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

R = 27.04%
G = 23.7%
B = 49.26%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#494085 (or 0x494085) is known color: Dark Slate Blue. HEX triplet: 49, 40 and 85. RGB value is (73,64,133). Sum of RGB (Red+Green+Blue) = 73+64+133=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #494085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494085 is #B6BF7A. Grayscale: #4A4A4A. Windows color (decimal): -11976571 or 8732745. OLE color: 8732745.

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

Color convert

RGB 73 64 133 -
CMYK 0.45 0.52 0 0.48
HSL 247.83º 0.35% 0.39% -
HSV(B) 247.83º 0.52% 0.52% -
XYZ 8.81 6.78 23.03 -
YUV 74.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 73 64 133 0.45 0.52 0 0.48 247.83 0.35 0.39
Hex 49 40 85 2D 34 0 30 F8 23 27
Octal 111 100 205 55 64 0 60 370 43 47
Binary 1001001 1000000 10000101 101101 110100 0 110000 11111000 100011 100111

Color Harmonies of #494085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494085

Black with #494085

Text Example


Text Example

White with #494085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494085; }

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

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

background-color css

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

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

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

border-color css

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

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

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