Html Css Color HEX #494988 Dark Slate Blue

📋 copy color: '#494988'

red 73 ◦ green 73 ◦ blue 136

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

Shades of Dark Slate Blue #494988

Tints of Dark Slate Blue #494988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

 BLUE value IS 136 (53.52% from 255) = 48.23%

R = 25.89%
G = 25.89%
B = 48.23%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#494988 (or 0x494988) is known color: Dark Slate Blue. HEX triplet: 49, 49 and 88. RGB value is (73,73,136). Sum of RGB (Red+Green+Blue) = 73+73+136=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #494988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494988 is #B6B677. Grayscale: #4F4F4F. Windows color (decimal): -11974264 or 8931657. OLE color: 8931657.

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

Color convert

RGB 73 73 136 -
CMYK 0.46 0.46 0 0.47
HSL 240º 0.3% 0.41% -
HSV(B) 240º 0.46% 0.53% -
XYZ 9.57 7.96 24.32 -
YUV 80.18 159.5 122.88 -
System Red Green Blue C M Y K H S L
Decimal 73 73 136 0.46 0.46 0 0.47 240 0.3 0.41
Hex 49 49 88 2E 2E 0 2F F0 1E 29
Octal 111 111 210 56 56 0 57 360 36 51
Binary 1001001 1001001 10001000 101110 101110 0 101111 11110000 11110 101001

Color Harmonies of #494988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494988

Black with #494988

Text Example


Text Example

White with #494988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494988; }

 p { color: rgb(73,73,136); }

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

background-color css

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

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

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

border-color css

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

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

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