#494388

Color #494388 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #494388

Tints of Dark Slate Blue #494388

Color information

#494388 (or 0x494388) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 43 and 88. RGB value is (73,67,136). Sum of RGB (Red+Green+Blue) = 73+67+136=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #494388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494388 is #B6BC77. Grayscale: #4C4C4C. Windows color (decimal): -11975800 or 8930121. OLE color: 8930121.

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

Color convert

RGB7367136-
CMYK0.460.5100.47
HSL245.22º33.99%39.8%-
HSV(B)245.22º50.74%53.33%-
XYZ9.27.2124.2-
YUV76.66161.49125.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 136 (53.52% from 255) = 49.28%
R=26.45%
G=24.28%
B=49.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73671360.460.5100.47245.2233.9939.8
Hex4943882E3302Ff52228
Octal11110321056630573654250
Binary1001001100001110001000101110110011010111111110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494388; }

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

 H1.HeaderClassName
 {
   color: #494388;
 }
 .AnyTagClassName
 {
   color: #494388;
 }
</style>
background-color css

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

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

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

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

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

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