#4A3984

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

Shades of Dark Slate Blue #4A3984

Tints of Dark Slate Blue #4A3984

Color information

#4A3984 (or 0x4A3984) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 39 and 84. RGB value is (74,57,132). Sum of RGB (Red+Green+Blue) = 74+57+132=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A3984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3984 is #B5C67B. Grayscale: #464646. Windows color (decimal): -11912828 or 8665418. OLE color: 8665418.

HSL color Cylindrical-coordinate representation of color #4A3984: hue angle of 253.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A3984 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7457132-
CMYK0.440.5700.48
HSL253.6º39.68%37.06%-
HSV(B)253.6º56.82%51.76%-
XYZ8.456.0522.55-
YUV70.63162.63130.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.14%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 132 (51.95% from 255) = 50.19%
R=28.14%
G=21.67%
B=50.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal74571320.440.5700.48253.639.6837.06
Hex4A39842C39030fe2825
Octal1127120454710603765045
Binary100101011100110000100101100111001011000011111110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,57,132); }

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

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

 a { background-color: rgb(74,57,132); }

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

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

 span { border-color: rgb(74,57,132); }

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