Html Css Color HEX #493E7B Dark Slate Blue

📋 copy color: '#493E7B'

red 73 ◦ green 62 ◦ blue 123

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

Shades of Dark Slate Blue #493E7B

Tints of Dark Slate Blue #493E7B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.03%

 BLUE value IS 123 (48.44% from 255) = 47.67%

R = 28.29%
G = 24.03%
B = 47.67%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#493E7B (or 0x493E7B) is known color: Dark Slate Blue. HEX triplet: 49, 3E and 7B. RGB value is (73,62,123). Sum of RGB (Red+Green+Blue) = 73+62+123=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #493E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E7B is #B6C184. Grayscale: #484848. Windows color (decimal): -11977093 or 8076873. OLE color: 8076873.

HSL color Cylindrical-coordinate representation of color #493E7B: hue angle of 250.82º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493E7B is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 62 123 -
CMYK 0.41 0.50 0 0.52
HSL 250.82º 0.33% 0.36% -
HSV(B) 250.82º 0.5% 0.48% -
XYZ 8.05 6.29 19.53 -
YUV 72.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 73 62 123 0.41 0.50 0 0.52 250.82 0.33 0.36
Hex 49 3E 7B 29 32 0 34 FB 21 24
Octal 111 76 173 51 62 0 64 373 41 44
Binary 1001001 111110 1111011 101001 110010 0 110100 11111011 100001 100100

Color Harmonies of #493E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E7B

Black with #493E7B

Text Example


Text Example

White with #493E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,62,123); }

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

background-color css

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

 a { background-color: rgb(73,62,123); }

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

border-color css

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

 span { border-color: rgb(73,62,123); }

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