#4A4989

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

Shades of Dark Slate Blue #4A4989

Tints of Dark Slate Blue #4A4989

Color information

#4A4989 (or 0x4A4989) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 49 and 89. RGB value is (74,73,137). Sum of RGB (Red+Green+Blue) = 74+73+137=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #4A4989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4989 is #B5B676. Grayscale: #505050. Windows color (decimal): -11908727 or 8997194. OLE color: 8997194.

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

Color convert

RGB7473137-
CMYK0.460.4700.46
HSL240.94º30.48%41.18%-
HSV(B)240.94º46.72%53.73%-
XYZ9.728.0324.7-
YUV80.6159.83123.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.06%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 137 (53.91% from 255) = 48.24%
R=26.06%
G=25.70%
B=48.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74731370.460.4700.46240.9430.4841.18
Hex4A49892E2F02Ef11e29
Octal11211121156570563613651
Binary100101010010011000100110111010111101011101111000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A4989; }

 p { color: rgb(74,73,137); }

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

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

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

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

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

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

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