Html Css Color HEX #494582 Dark Slate Blue

📋 copy color: '#494582'

red 73 ◦ green 69 ◦ blue 130

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

Shades of Dark Slate Blue #494582

Tints of Dark Slate Blue #494582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.37%

 BLUE value IS 130 (51.17% from 255) = 47.79%

R = 26.84%
G = 25.37%
B = 47.79%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#494582 (or 0x494582) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 82. RGB value is (73,69,130). Sum of RGB (Red+Green+Blue) = 73+69+130=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #494582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494582 is #B6BA7D. Grayscale: #4C4C4C. Windows color (decimal): -11975294 or 8537417. OLE color: 8537417.

HSL color Cylindrical-coordinate representation of color #494582: hue angle of 243.93º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494582 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 69 130 -
CMYK 0.44 0.47 0 0.49
HSL 243.93º 0.31% 0.39% -
HSV(B) 243.93º 0.47% 0.51% -
XYZ 8.91 7.28 22.06 -
YUV 77.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 73 69 130 0.44 0.47 0 0.49 243.93 0.31 0.39
Hex 49 45 82 2C 2F 0 31 F4 1F 27
Octal 111 105 202 54 57 0 61 364 37 47
Binary 1001001 1000101 10000010 101100 101111 0 110001 11110100 11111 100111

Color Harmonies of #494582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494582

Black with #494582

Text Example


Text Example

White with #494582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494582; }

 p { color: rgb(73,69,130); }

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

background-color css

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

 a { background-color: rgb(73,69,130); }

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

border-color css

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

 span { border-color: rgb(73,69,130); }

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