Html Css Color HEX #494287 Dark Slate Blue

📋 copy color: '#494287'

red 73 ◦ green 66 ◦ blue 135

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

Shades of Dark Slate Blue #494287

Tints of Dark Slate Blue #494287

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.09%

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

R = 26.64%
G = 24.09%
B = 49.27%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#494287 (or 0x494287) is known color: Dark Slate Blue. HEX triplet: 49, 42 and 87. RGB value is (73,66,135). Sum of RGB (Red+Green+Blue) = 73+66+135=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #494287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494287 is #B6BD78. Grayscale: #4B4B4B. Windows color (decimal): -11976057 or 8864329. OLE color: 8864329.

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

Color convert

RGB 73 66 135 -
CMYK 0.46 0.51 0 0.47
HSL 246.09º 0.34% 0.39% -
HSV(B) 246.09º 0.51% 0.53% -
XYZ 9.07 7.06 23.81 -
YUV 75.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 73 66 135 0.46 0.51 0 0.47 246.09 0.34 0.39
Hex 49 42 87 2E 33 0 2F F6 22 27
Octal 111 102 207 56 63 0 57 366 42 47
Binary 1001001 1000010 10000111 101110 110011 0 101111 11110110 100010 100111

Color Harmonies of #494287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494287

Black with #494287

Text Example


Text Example

White with #494287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494287; }

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

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

background-color css

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

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

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

border-color css

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

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

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