Html Css Color HEX #494387 Dark Slate Blue

📋 copy color: '#494387'

red 73 ◦ green 67 ◦ blue 135

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

Shades of Dark Slate Blue #494387

Tints of Dark Slate Blue #494387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.36%

 BLUE value IS 135 (53.13% from 255) = 49.09%

R = 26.55%
G = 24.36%
B = 49.09%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#494387 (or 0x494387) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 87. RGB value is (73,67,135). Sum of RGB (Red+Green+Blue) = 73+67+135=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #494387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494387 is #B6BC78. Grayscale: #4C4C4C. Windows color (decimal): -11975801 or 8864585. OLE color: 8864585.

HSL color Cylindrical-coordinate representation of color #494387: hue angle of 245.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #494387 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 67 135 -
CMYK 0.46 0.50 0 0.47
HSL 245.29º 0.34% 0.4% -
HSV(B) 245.29º 0.5% 0.53% -
XYZ 9.13 7.18 23.83 -
YUV 76.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 73 67 135 0.46 0.50 0 0.47 245.29 0.34 0.4
Hex 49 43 87 2E 32 0 2F F5 22 28
Octal 111 103 207 56 62 0 57 365 42 50
Binary 1001001 1000011 10000111 101110 110010 0 101111 11110101 100010 101000

Color Harmonies of #494387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494387

Black with #494387

Text Example


Text Example

White with #494387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494387; }

 p { color: rgb(73,67,135); }

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

background-color css

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

 a { background-color: rgb(73,67,135); }

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

border-color css

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

 span { border-color: rgb(73,67,135); }

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