Html Css Color HEX #494183 Dark Slate Blue

📋 copy color: '#494183'

red 73 ◦ green 65 ◦ blue 131

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

Shades of Dark Slate Blue #494183

Tints of Dark Slate Blue #494183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

 BLUE value IS 131 (51.56% from 255) = 48.7%

R = 27.14%
G = 24.16%
B = 48.7%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#494183 (or 0x494183) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 83. RGB value is (73,65,131). Sum of RGB (Red+Green+Blue) = 73+65+131=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #494183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494183 is #B6BE7C. Grayscale: #4A4A4A. Windows color (decimal): -11976317 or 8601929. OLE color: 8601929.

HSL color Cylindrical-coordinate representation of color #494183: hue angle of 247.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #494183 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 65 131 -
CMYK 0.44 0.50 0 0.49
HSL 247.27º 0.34% 0.38% -
HSV(B) 247.27º 0.5% 0.51% -
XYZ 8.73 6.84 22.33 -
YUV 74.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 73 65 131 0.44 0.50 0 0.49 247.27 0.34 0.38
Hex 49 41 83 2C 32 0 31 F7 22 26
Octal 111 101 203 54 62 0 61 367 42 46
Binary 1001001 1000001 10000011 101100 110010 0 110001 11110111 100010 100110

Color Harmonies of #494183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494183

Black with #494183

Text Example


Text Example

White with #494183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494183; }

 p { color: rgb(73,65,131); }

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

background-color css

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

 a { background-color: rgb(73,65,131); }

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

border-color css

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

 span { border-color: rgb(73,65,131); }

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