Html Css Color HEX #493681 Dark Slate Blue

📋 copy color: '#493681'

red 73 ◦ green 54 ◦ blue 129

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

Shades of Dark Slate Blue #493681

Tints of Dark Slate Blue #493681

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 129 (50.78% from 255) = 50.39%

R = 28.52%
G = 21.09%
B = 50.39%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#493681 (or 0x493681) is known color: Dark Slate Blue. HEX triplet: 49, 36 and 81. RGB value is (73,54,129). Sum of RGB (Red+Green+Blue) = 73+54+129=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #493681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493681 is #B6C97E. Grayscale: #434343. Windows color (decimal): -11979135 or 8468041. OLE color: 8468041.

HSL color Cylindrical-coordinate representation of color #493681: hue angle of 255.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493681 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 54 129 -
CMYK 0.43 0.58 0 0.49
HSL 255.2º 0.41% 0.36% -
HSV(B) 255.2º 0.58% 0.51% -
XYZ 8.03 5.64 21.43 -
YUV 68.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 73 54 129 0.43 0.58 0 0.49 255.2 0.41 0.36
Hex 49 36 81 2B 3A 0 31 FF 29 24
Octal 111 66 201 53 72 0 61 377 51 44
Binary 1001001 110110 10000001 101011 111010 0 110001 11111111 101001 100100

Color Harmonies of #493681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493681

Black with #493681

Text Example


Text Example

White with #493681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493681; }

 p { color: rgb(73,54,129); }

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

background-color css

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

 a { background-color: rgb(73,54,129); }

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

border-color css

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

 span { border-color: rgb(73,54,129); }

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