Html Css Color HEX #494087 Dark Slate Blue

📋 copy color: '#494087'

red 73 ◦ green 64 ◦ blue 135

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

Shades of Dark Slate Blue #494087

Tints of Dark Slate Blue #494087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 26.84%
G = 23.53%
B = 49.63%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#494087 (or 0x494087) is known color: Dark Slate Blue. HEX triplet: 49, 40 and 87. RGB value is (73,64,135). Sum of RGB (Red+Green+Blue) = 73+64+135=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #494087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494087 is #B6BF78. Grayscale: #4A4A4A. Windows color (decimal): -11976569 or 8863817. OLE color: 8863817.

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

Color convert

RGB 73 64 135 -
CMYK 0.46 0.53 0 0.47
HSL 247.61º 0.36% 0.39% -
HSV(B) 247.61º 0.53% 0.53% -
XYZ 8.95 6.83 23.77 -
YUV 74.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 73 64 135 0.46 0.53 0 0.47 247.61 0.36 0.39
Hex 49 40 87 2E 35 0 2F F8 24 27
Octal 111 100 207 56 65 0 57 370 44 47
Binary 1001001 1000000 10000111 101110 110101 0 101111 11111000 100100 100111

Color Harmonies of #494087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494087

Black with #494087

Text Example


Text Example

White with #494087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494087; }

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

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

background-color css

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

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

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

border-color css

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

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

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