#4A3780

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

Shades of Dark Slate Blue #4A3780

Tints of Dark Slate Blue #4A3780

Color information

#4A3780 (or 0x4A3780) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 37 and 80. RGB value is (74,55,128). Sum of RGB (Red+Green+Blue) = 74+55+128=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #4A3780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3780 is #B5C87F. Grayscale: #444444. Windows color (decimal): -11913344 or 8402762. OLE color: 8402762.

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

Color convert

RGB7455128-
CMYK0.420.5700.50
HSL255.62º39.89%35.88%-
HSV(B)255.62º57.03%50.2%-
XYZ8.095.7521.11-
YUV69161.29131.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 128 (50.39% from 255) = 49.81%
R=28.79%
G=21.40%
B=49.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal74551280.420.5700.50255.6239.8935.88
Hex4A37802A390321002824
Octal1126720052710624005044
Binary1001010110111100000001010101110010110010100000000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,55,128); }

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

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

 a { background-color: rgb(74,55,128); }

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

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

 span { border-color: rgb(74,55,128); }

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