Html Css Color HEX #494592 Dark Slate Blue

📋 copy color: '#494592'

red 73 ◦ green 69 ◦ blue 146

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

Shades of Dark Slate Blue #494592

Tints of Dark Slate Blue #494592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.69%

R = 25.35%
G = 23.96%
B = 50.69%

CMYK

 C value IS 0.5

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#494592 (or 0x494592) is known color: Dark Slate Blue. HEX triplet: 49, 45 and 92. RGB value is (73,69,146). Sum of RGB (Red+Green+Blue) = 73+69+146=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #494592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494592 is #B6BA6D. Grayscale: #4E4E4E. Windows color (decimal): -11975278 or 9585993. OLE color: 9585993.

HSL color Cylindrical-coordinate representation of color #494592: hue angle of 243.12º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494592 is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 69 146 -
CMYK 0.5 0.53 0 0.43
HSL 243.12º 0.36% 0.42% -
HSV(B) 243.12º 0.53% 0.57% -
XYZ 10.06 7.75 28.16 -
YUV 78.97 165.83 123.74 -
System Red Green Blue C M Y K H S L
Decimal 73 69 146 0.5 0.53 0 0.43 243.12 0.36 0.42
Hex 49 45 92 32 35 0 2B F3 24 2A
Octal 111 105 222 62 65 0 53 363 44 52
Binary 1001001 1000101 10010010 110010 110101 0 101011 11110011 100100 101010

Color Harmonies of #494592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494592

Black with #494592

Text Example


Text Example

White with #494592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494592; }

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

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

background-color css

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

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

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

border-color css

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

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

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