#4A3E84

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

Shades of Dark Slate Blue #4A3E84

Tints of Dark Slate Blue #4A3E84

Color information

#4A3E84 (or 0x4A3E84) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 3E and 84. RGB value is (74,62,132). Sum of RGB (Red+Green+Blue) = 74+62+132=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A3E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3E84 is #B5C17B. Grayscale: #494949. Windows color (decimal): -11911548 or 8666698. OLE color: 8666698.

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

Color convert

RGB7462132-
CMYK0.440.5300.48
HSL250.29º36.08%38.04%-
HSV(B)250.29º53.03%51.76%-
XYZ8.716.5722.64-
YUV73.57160.98128.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.61%
GREEN value IS 62 (24.61% from 255) = 23.13%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=27.61%
G=23.13%
B=49.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal74621320.440.5300.48250.2936.0838.04
Hex4A3E842C35030fa2426
Octal1127620454650603724446
Binary100101011111010000100101100110101011000011111010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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