Html Css Color HEX #493985 Dark Slate Blue

📋 copy color: '#493985'

red 73 ◦ green 57 ◦ blue 133

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

Shades of Dark Slate Blue #493985

Tints of Dark Slate Blue #493985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.67%

 BLUE value IS 133 (52.34% from 255) = 50.57%

R = 27.76%
G = 21.67%
B = 50.57%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#493985 (or 0x493985) is known color: Dark Slate Blue. HEX triplet: 49, 39 and 85. RGB value is (73,57,133). Sum of RGB (Red+Green+Blue) = 73+57+133=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #493985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493985 is #B6C67A. Grayscale: #464646. Windows color (decimal): -11978363 or 8730953. OLE color: 8730953.

HSL color Cylindrical-coordinate representation of color #493985: hue angle of 252.63º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #493985 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 57 133 -
CMYK 0.45 0.57 0 0.48
HSL 252.63º 0.4% 0.37% -
HSV(B) 252.63º 0.57% 0.52% -
XYZ 8.44 6.04 22.91 -
YUV 70.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 73 57 133 0.45 0.57 0 0.48 252.63 0.4 0.37
Hex 49 39 85 2D 39 0 30 FD 28 25
Octal 111 71 205 55 71 0 60 375 50 45
Binary 1001001 111001 10000101 101101 111001 0 110000 11111101 101000 100101

Color Harmonies of #493985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493985

Black with #493985

Text Example


Text Example

White with #493985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493985; }

 p { color: rgb(73,57,133); }

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

background-color css

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

 a { background-color: rgb(73,57,133); }

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

border-color css

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

 span { border-color: rgb(73,57,133); }

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