Html Css Color HEX #494892 Dark Slate Blue

📋 copy color: '#494892'

red 73 ◦ green 72 ◦ blue 146

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

Shades of Dark Slate Blue #494892

Tints of Dark Slate Blue #494892

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

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

R = 25.09%
G = 24.74%
B = 50.17%

CMYK

 C value IS 0.5

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#494892 (or 0x494892) is known color: Dark Slate Blue. HEX triplet: 49, 48 and 92. RGB value is (73,72,146). Sum of RGB (Red+Green+Blue) = 73+72+146=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #494892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494892 is #B6B76D. Grayscale: #505050. Windows color (decimal): -11974510 or 9586761. OLE color: 9586761.

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

Color convert

RGB 73 72 146 -
CMYK 0.5 0.51 0 0.43
HSL 240.81º 0.34% 0.43% -
HSV(B) 240.81º 0.51% 0.57% -
XYZ 10.25 8.13 28.22 -
YUV 80.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 73 72 146 0.5 0.51 0 0.43 240.81 0.34 0.43
Hex 49 48 92 32 33 0 2B F1 22 2B
Octal 111 110 222 62 63 0 53 361 42 53
Binary 1001001 1001000 10010010 110010 110011 0 101011 11110001 100010 101011

Color Harmonies of #494892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494892

Black with #494892

Text Example


Text Example

White with #494892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494892; }

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

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

background-color css

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

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

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

border-color css

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

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

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