Html Css Color HEX #493F92 Dark Slate Blue

📋 copy color: '#493F92'

red 73 ◦ green 63 ◦ blue 146

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

Shades of Dark Slate Blue #493F92

Tints of Dark Slate Blue #493F92

RGB

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

 GREEN value IS 63 (25% from 255) = 22.34%

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

R = 25.89%
G = 22.34%
B = 51.77%

CMYK

 C value IS 0.5

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#493F92 (or 0x493F92) is known color: Dark Slate Blue. HEX triplet: 49, 3F and 92. RGB value is (73,63,146). Sum of RGB (Red+Green+Blue) = 73+63+146=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #493F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493F92 is #B6C06D. Grayscale: #4B4B4B. Windows color (decimal): -11976814 or 9584457. OLE color: 9584457.

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

Color convert

RGB 73 63 146 -
CMYK 0.5 0.57 0 0.43
HSL 247.23º 0.4% 0.41% -
HSV(B) 247.23º 0.57% 0.57% -
XYZ 9.71 7.05 28.04 -
YUV 75.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 73 63 146 0.5 0.57 0 0.43 247.23 0.4 0.41
Hex 49 3F 92 32 39 0 2B F7 28 29
Octal 111 77 222 62 71 0 53 367 50 51
Binary 1001001 111111 10010010 110010 111001 0 101011 11110111 101000 101001

Color Harmonies of #493F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F92

Black with #493F92

Text Example


Text Example

White with #493F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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