#4A4489

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

Shades of Dark Slate Blue #4A4489

Tints of Dark Slate Blue #4A4489

Color information

#4A4489 (or 0x4A4489) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 44 and 89. RGB value is (74,68,137). Sum of RGB (Red+Green+Blue) = 74+68+137=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #4A4489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4489 is #B5BB76. Grayscale: #4D4D4D. Windows color (decimal): -11910007 or 8995914. OLE color: 8995914.

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

Color convert

RGB7468137-
CMYK0.460.5000.46
HSL245.22º33.66%40.2%-
HSV(B)245.22º50.36%53.73%-
XYZ9.417.424.6-
YUV77.66161.49125.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.52%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=26.52%
G=24.37%
B=49.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74681370.460.5000.46245.2233.6640.2
Hex4A44892E3202Ef52228
Octal11210421156620563654250
Binary1001010100010010001001101110110010010111011110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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