Html Css Color HEX #494488 Dark Slate Blue

📋 copy color: '#494488'

red 73 ◦ green 68 ◦ blue 136

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

Shades of Dark Slate Blue #494488

Tints of Dark Slate Blue #494488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.55%

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

R = 26.35%
G = 24.55%
B = 49.1%

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

#494488 (or 0x494488) is known color: Dark Slate Blue. HEX triplet: 49, 44 and 88. RGB value is (73,68,136). Sum of RGB (Red+Green+Blue) = 73+68+136=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #494488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494488 is #B6BB77. Grayscale: #4C4C4C. Windows color (decimal): -11975544 or 8930377. OLE color: 8930377.

HSL color Cylindrical-coordinate representation of color #494488: hue angle of 244.41º degrees, saturation: 0.33, 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 #494488 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 68 136 -
CMYK 0.46 0.50 0 0.47
HSL 244.41º 0.33% 0.4% -
HSV(B) 244.41º 0.5% 0.53% -
XYZ 9.26 7.33 24.22 -
YUV 77.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 73 68 136 0.46 0.50 0 0.47 244.41 0.33 0.4
Hex 49 44 88 2E 32 0 2F F4 21 28
Octal 111 104 210 56 62 0 57 364 41 50
Binary 1001001 1000100 10001000 101110 110010 0 101111 11110100 100001 101000

Color Harmonies of #494488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494488

Black with #494488

Text Example


Text Example

White with #494488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494488; }

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

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

background-color css

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

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

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

border-color css

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

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

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