Html Css Color HEX #494285 Dark Slate Blue

📋 copy color: '#494285'

red 73 ◦ green 66 ◦ blue 133

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

Shades of Dark Slate Blue #494285

Tints of Dark Slate Blue #494285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.26%

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

R = 26.84%
G = 24.26%
B = 48.9%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#494285 (or 0x494285) is known color: Dark Slate Blue. HEX triplet: 49, 42 and 85. RGB value is (73,66,133). Sum of RGB (Red+Green+Blue) = 73+66+133=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #494285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494285 is #B6BD7A. Grayscale: #4B4B4B. Windows color (decimal): -11976059 or 8733257. OLE color: 8733257.

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

Color convert

RGB 73 66 133 -
CMYK 0.45 0.50 0 0.48
HSL 246.27º 0.34% 0.39% -
HSV(B) 246.27º 0.5% 0.52% -
XYZ 8.93 7.01 23.07 -
YUV 75.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 73 66 133 0.45 0.50 0 0.48 246.27 0.34 0.39
Hex 49 42 85 2D 32 0 30 F6 22 27
Octal 111 102 205 55 62 0 60 366 42 47
Binary 1001001 1000010 10000101 101101 110010 0 110000 11110110 100010 100111

Color Harmonies of #494285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494285

Black with #494285

Text Example


Text Example

White with #494285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494285; }

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

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

background-color css

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

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

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

border-color css

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

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

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